diff --git a/AquaMai.Mods/UX/FestaControl.cs b/AquaMai.Mods/UX/FestaControl.cs index 97f21aed..f4885dd3 100644 --- a/AquaMai.Mods/UX/FestaControl.cs +++ b/AquaMai.Mods/UX/FestaControl.cs @@ -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; + } } \ No newline at end of file