Bug fix
This commit is contained in:
@@ -290,11 +290,6 @@ namespace stardew_access
|
|||||||
original: AccessTools.Method(typeof(TextBox), nameof(TextBox.Draw)),
|
original: AccessTools.Method(typeof(TextBox), nameof(TextBox.Draw)),
|
||||||
prefix: new HarmonyMethod(typeof(TextBoxPatch), nameof(TextBoxPatch.DrawPatch))
|
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
|
internal class TitleMenuPatches
|
||||||
{
|
{
|
||||||
private static bool isRunning = false;
|
|
||||||
public static string advancedGameOptionsQueryKey = " ";
|
public static string advancedGameOptionsQueryKey = " ";
|
||||||
|
|
||||||
internal static void AdvancedGameOptionsPatch(AdvancedGameOptions __instance)
|
internal static void AdvancedGameOptionsPatch(AdvancedGameOptions __instance)
|
||||||
|
|||||||
Reference in New Issue
Block a user