mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-08 03:57:22 -05:00
[+] CanAttendFesta
This commit is contained in:
parent
a2393cf526
commit
b08a52feb9
|
|
@ -32,4 +32,12 @@ public static class FestaControl
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(FestaManager), "CanAttendFesta")]
|
||||
public static bool CanAttendFesta(ref bool __result)
|
||||
{
|
||||
__result = false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user