Skip to content

Commit 39e82ac

Browse files
author
oxygencraft125
authored
Fixed up a few things
1 parent 1f60cd9 commit 39e82ac

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

DebugMod/DebugMod.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,11 @@ public void Load()
2828
public void LoadContent()
2929
{
3030
bool DebugEnabled = true;
31-
bool SettingsChanger = true;
3231
Command.Handler.AddCommand("openAllPorts", Commands.OpenAllPorts, autoComplete:true); // Works
3332
Command.Handler.AddCommand("bypassProxy", Commands.BypassProxy, autoComplete:true); // Works
3433
Command.Handler.AddCommand("solveFirewall", Commands.SolveFirewall, autoComplete:true); // Works
3534
Command.Handler.AddCommand("getAdmin", Commands.GetAdmin, autoComplete:true); // Works
3635
Command.Handler.AddCommand("loseAdmin", Commands.LoseAdmin, autoComplete:true); // Works
37-
if (SettingsChanger)
38-
{
39-
Settings.AllowExtensionPublish = true;
40-
Settings.debugDrawEnabled = true;
41-
//Settings.DrawHexBackground = true;
42-
Settings.isSpecialTestBuild = true;
43-
Settings.isServerMode = true;
44-
Settings.testingMenuItemsEnabled = true;
45-
Settings.slowOSStartup = false;
46-
Settings.HasLabyrinthsDemoStartMainMenuButton = true;
47-
Settings.FastBootText = true;
48-
}
4936
if (DebugEnabled)
5037
{
5138
Command.Handler.AddCommand("startDeathSeq", Commands.DeathSeq, autoComplete:false); // Works

0 commit comments

Comments
 (0)