@@ -28,24 +28,11 @@ public void Load()
28
28
public void LoadContent ( )
29
29
{
30
30
bool DebugEnabled = true ;
31
- bool SettingsChanger = true ;
32
31
Command . Handler . AddCommand ( "openAllPorts" , Commands . OpenAllPorts , autoComplete : true ) ; // Works
33
32
Command . Handler . AddCommand ( "bypassProxy" , Commands . BypassProxy , autoComplete : true ) ; // Works
34
33
Command . Handler . AddCommand ( "solveFirewall" , Commands . SolveFirewall , autoComplete : true ) ; // Works
35
34
Command . Handler . AddCommand ( "getAdmin" , Commands . GetAdmin , autoComplete : true ) ; // Works
36
35
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
- }
49
36
if ( DebugEnabled )
50
37
{
51
38
Command . Handler . AddCommand ( "startDeathSeq" , Commands . DeathSeq , autoComplete : false ) ; // Works
0 commit comments