You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
globalToggleHotkey=Config.Bind(globalToggleHotkeyDef,newBepInEx.Configuration.KeyboardShortcut(KeyCode.BackQuote,KeyCode.LeftAlt),newConfigDescription("Keybind used to toggle mods without opening the config menu."));
100
-
updateBlock=Config.Bind(updateBlockDef,false,newConfigDescription("Prevents the mod update notifications from appearing at launch when out of date mods are being used"));
100
+
checkModUpdates=Config.Bind(checkModUpdatesDef,true,newConfigDescription("Checks if new versions of installed mods are available on game startup"));
101
101
leaderboardProtMin=Config.Bind(leaderboardProtMinDef,71,newConfigDescription("Minimum value allowed to upload to leaderboard. 71 is the minimum to protect from automatic shadowbans."));
leaderboardCheck=Config.Bind(leaderboardCheckDef,false,newConfigDescription("If checked, the game will confirm with the user before uploading scores to the leaderboard."));
@@ -268,7 +268,7 @@ public override void disableMod()
0 commit comments