mirror of https://github.com/hykilpikonna/AquaDX
[F] BasicFix
Build AquaMai / build (push) Has been cancelled
Details
Build AquaMai / build (push) Has been cancelled
Details
parent
fbff4a8cb1
commit
9143b92932
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue