Bug fix
parent
8b0350497b
commit
ac190f5939
|
@ -290,11 +290,6 @@ namespace stardew_access
|
|||
original: AccessTools.Method(typeof(TextBox), nameof(TextBox.Draw)),
|
||||
prefix: new HarmonyMethod(typeof(TextBoxPatch), nameof(TextBoxPatch.DrawPatch))
|
||||
);
|
||||
|
||||
harmony.Patch(
|
||||
original: AccessTools.Method(typeof(IClickableMenu), nameof(IClickableMenu.draw)),
|
||||
prefix: new HarmonyMethod(typeof(IClickableMenuPatch), nameof(IClickableMenuPatch.DrawPatch))
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace stardew_access.Patches
|
|||
{
|
||||
internal class TitleMenuPatches
|
||||
{
|
||||
private static bool isRunning = false;
|
||||
public static string advancedGameOptionsQueryKey = " ";
|
||||
|
||||
internal static void AdvancedGameOptionsPatch(AdvancedGameOptions __instance)
|
||||
|
|
Loading…
Reference in New Issue