mirror of
https://github.com/Campofinale/CampofinaleBackup.git
synced 2025-12-16 13:24:36 +00:00
1.1.7 ready
This commit is contained in:
parent
69d832d376
commit
b125394b79
@ -59,7 +59,7 @@ namespace Campofinale
|
|||||||
public delegate void HandlerDelegate(Player sender, string command, string[] args, Player target);
|
public delegate void HandlerDelegate(Player sender, string command, string[] args, Player target);
|
||||||
}
|
}
|
||||||
public static List<Player> clients = new List<Player>();
|
public static List<Player> clients = new List<Player>();
|
||||||
public static string ServerVersion = "1.1.7-dev";
|
public static string ServerVersion = "1.1.7";
|
||||||
public static bool Initialized = false;
|
public static bool Initialized = false;
|
||||||
public static bool showLogs = true;
|
public static bool showLogs = true;
|
||||||
public static bool showWarningLogs = true;
|
public static bool showWarningLogs = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user