1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00
This commit is contained in:
2023-09-13 01:15:34 +08:00
parent 19f3db5611
commit d2ea2ad38c
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class CheatEnabler : BaseUnityPlugin
private void Awake()
{
Hotkey = Config.Bind("General", "Shortcut", KeyboardShortcut.Deserialize("BackQuote + LeftAlt"), "Shortcut to open config window");
DevShortcuts.Enabled = Config.Bind("General", "DevShortcuts", true, "Enable DevMode shortcuts");
DevShortcuts.Enabled = Config.Bind("General", "DevShortcuts", false, "Enable DevMode shortcuts");
AbnormalDisabler.Enabled = Config.Bind("General", "DisableAbnormalChecks", false,
"disable all abnormal checks");
BuildPatch.ImmediateEnabled = Config.Bind("Build", "ImmediateBuild", false,