We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac573d commit bcc01caCopy full SHA for bcc01ca
1 file changed
AquaMai.Mods/Fix/DisableReboot.cs
@@ -82,22 +82,6 @@ public static bool UpdateTimes(MaintenanceTimer __instance)
82
return false;
83
}
84
85
- [HarmonyPrefix]
86
- [HarmonyPatch(typeof(ClosingTimer), "IsShowRemainingMinutes")]
87
- public static bool IsShowRemainingMinutes(ref bool __result)
88
- {
89
- __result = false;
90
- return false;
91
- }
92
-
93
94
- [HarmonyPatch(typeof(ClosingTimer), "IsClosed")]
95
- public static bool IsClosed(ref bool __result)
96
97
98
99
100
101
[EnableIf(nameof(forceOfflineTimerExists))]
102
[HarmonyPrefix]
103
[HarmonyPatch(typeof(MaintenanceTimer), "ForceOfflineRemainingMinutes", MethodType.Getter)]
0 commit comments