This commit is contained in:
Quacky 2017-07-21 11:45:54 -05:00 committed by GitHub
parent 2b88725c3a
commit 62c2cb2521
1 changed files with 22 additions and 23 deletions

View File

@ -1,5 +1,4 @@
public static class GlobalVars public static class GlobalVars {
{
public static string ClientDir = ""; public static string ClientDir = "";
public static string ScriptsDir = ""; public static string ScriptsDir = "";
public static string MapsDir = ""; public static string MapsDir = "";
@ -13,7 +12,7 @@
public static bool AdminMode = false; public static bool AdminMode = false;
// vars for loader // vars for loader
public static bool ReadyToLaunch = false; public static bool ReadyToLaunch = false;
//server settings. // server settings
public static string Map = "Baseplate.rbxl"; public static string Map = "Baseplate.rbxl";
public static int RobloxPort = 53640; public static int RobloxPort = 53640;
public static int ServerPort = 53640; public static int ServerPort = 53640;
@ -22,7 +21,7 @@
// player settings // player settings
public static int UserID = 0; public static int UserID = 0;
public static string PlayerName = "Player"; public static string PlayerName = "Player";
//launcher settings. // launcher settings
public static bool CloseOnLaunch = false; public static bool CloseOnLaunch = false;
public static bool LocalPlayMode = false; public static bool LocalPlayMode = false;
// client shit // client shit