@@ -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