nevermind
This commit is contained in:
parent
6d4143fa7e
commit
2f95afbf6f
|
|
@ -131,9 +131,6 @@ public static class GlobalVars
|
||||||
public static readonly string ScriptGenName = "CSMPBoot";
|
public static readonly string ScriptGenName = "CSMPBoot";
|
||||||
public static SimpleHTTPServer WebServer = null;
|
public static SimpleHTTPServer WebServer = null;
|
||||||
public static bool IsWebServerOn = false;
|
public static bool IsWebServerOn = false;
|
||||||
//config name
|
|
||||||
public static readonly string ConfigName = "config.ini";
|
|
||||||
public static readonly string ConfigNameCustomization = "character_" + PlayerName + ".ini";
|
|
||||||
//vars for loader
|
//vars for loader
|
||||||
public static bool ReadyToLaunch = false;
|
public static bool ReadyToLaunch = false;
|
||||||
//server settings.
|
//server settings.
|
||||||
|
|
@ -148,6 +145,9 @@ public static class GlobalVars
|
||||||
public static int UserID = 0;
|
public static int UserID = 0;
|
||||||
public static string PlayerName = "Player";
|
public static string PlayerName = "Player";
|
||||||
public static string PlayerTripcode = "";
|
public static string PlayerTripcode = "";
|
||||||
|
//config name
|
||||||
|
public static readonly string ConfigName = "config.ini";
|
||||||
|
public static string ConfigNameCustomization = "config_customization.ini";
|
||||||
//launcher settings.
|
//launcher settings.
|
||||||
public static bool CloseOnLaunch = false;
|
public static bool CloseOnLaunch = false;
|
||||||
public static bool LocalPlayMode = false;
|
public static bool LocalPlayMode = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue