mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 22:18:56 +08:00
[F] Crash with the new modified SDEZ145 DLL with deleted methods
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using AMDaemon.Allnet;
|
||||
using HarmonyLib;
|
||||
using HarmonyLib;
|
||||
using Manager;
|
||||
using Manager.Operation;
|
||||
using Monitor.MusicSelect.ChainList;
|
||||
using Net;
|
||||
using UnityEngine;
|
||||
@@ -17,16 +15,6 @@ public class BasicFix
|
||||
return false;
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(OperationManager), "CheckAuth_Proc")]
|
||||
private static void PostCheckAuthProc(ref OperationData ____operationData)
|
||||
{
|
||||
if (Auth.GameServerUri.StartsWith("http://") || Auth.GameServerUri.StartsWith("https://"))
|
||||
{
|
||||
____operationData.ServerUri = Auth.GameServerUri;
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(DebugInput), "GetKey")]
|
||||
private static bool GetKey(ref bool __result, KeyCode name)
|
||||
|
||||
Reference in New Issue
Block a user