From d15b4469607b089c5a3e6529a1639d6c59335329 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Sun, 12 Feb 2023 05:12:23 -0600 Subject: [PATCH] bump --- MenuScalePatch/Main.cs | 2 +- MenuScalePatch/format.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MenuScalePatch/Main.cs b/MenuScalePatch/Main.cs index 72eae7d..e87f2fe 100644 --- a/MenuScalePatch/Main.cs +++ b/MenuScalePatch/Main.cs @@ -8,7 +8,7 @@ public class MenuScalePatch : MelonMod internal static MelonLogger.Instance Logger; internal static MelonPreferences_Category m_categoryMenuScalePatch; internal static MelonPreferences_Entry - m_entryWorldAnchorVRQM, + //m_entryWorldAnchorVRQM, m_entryUseIndependentHeadTurn, m_entryPlayerAnchorMenus; public override void OnInitializeMelon() diff --git a/MenuScalePatch/format.json b/MenuScalePatch/format.json index 3f7ac68..ef90bf1 100644 --- a/MenuScalePatch/format.json +++ b/MenuScalePatch/format.json @@ -18,6 +18,6 @@ ], "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/v4.2.2/MenuScalePatch.dll", "sourcelink": "https://github.com/NotAKidOnSteam/MenuScalePatch/", - "changelog": "- Fixed hitching & potential crash when opening menu after a long time of it being closed.\n- Don't disable CohtmlView, only enable it.'", + "changelog": "- Fixed hitching & potential crash when opening menu after a long time of it being closed. Don't disable CohtmlView, only enable it.", "embedcolor": "804221" } \ No newline at end of file