mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 09:37:58 +08:00
[F] BasicFix
This commit is contained in:
@@ -68,7 +68,7 @@ public class BasicFix
|
|||||||
ServicePointManager.ServerCertificateValidationCallback = null;
|
ServicePointManager.ServerCertificateValidationCallback = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HarmonyPostfix]
|
[HarmonyPrefix]
|
||||||
[HarmonyPatch(typeof(MAI2System.Config), "IsTarget", MethodType.Getter)]
|
[HarmonyPatch(typeof(MAI2System.Config), "IsTarget", MethodType.Getter)]
|
||||||
private static bool ForceNonTarget(ref bool __result)
|
private static bool ForceNonTarget(ref bool __result)
|
||||||
{
|
{
|
||||||
@@ -77,7 +77,7 @@ public class BasicFix
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HarmonyPostfix]
|
[HarmonyPrefix]
|
||||||
[HarmonyPatch(typeof(MAI2System.Config), "IsIgnoreError", MethodType.Getter)]
|
[HarmonyPatch(typeof(MAI2System.Config), "IsIgnoreError", MethodType.Getter)]
|
||||||
private static bool ForceIgnoreError(ref bool __result)
|
private static bool ForceIgnoreError(ref bool __result)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user