mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-26 03:05:01 -05:00
[F] FestaControl crash
This commit is contained in:
@@ -2,6 +2,7 @@ using AquaMai.Config.Attributes;
|
||||
using AquaMai.Core.Attributes;
|
||||
using HarmonyLib;
|
||||
using Manager;
|
||||
using Process;
|
||||
|
||||
namespace AquaMai.Mods.UX;
|
||||
|
||||
@@ -24,4 +25,11 @@ public static class FestaControl
|
||||
{
|
||||
Traverse.Create(__instance).Property<bool>("isOpenFesta").Value = isFesta;
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(GetPresentProcess), "CreateFestaBorderRewardListOpenFesta")]
|
||||
public static bool CreateFestaBorderRewardListOpenFesta()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user