[+] AquaMai: Disable reboot

This commit is contained in:
Azalea
2024-04-28 09:04:46 -04:00
parent b93cc3ab20
commit 7ff66e9277
3 changed files with 65 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ namespace AquaMai
// These don't need to be configurable
Patch(typeof(FixCharaCrash));
Patch(typeof(CustomVersionString));
Patch(typeof(DisableReboot));
MelonLogger.Msg("Loaded!");
}