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