This commit is contained in:
AlessandroCH
2025-08-07 01:06:39 +02:00
parent aa59766cfd
commit f9af58687c

View File

@@ -59,7 +59,7 @@ namespace Campofinale
public delegate void HandlerDelegate(Player sender, string command, string[] args, Player target);
}
public static List<Player> clients = new List<Player>();
public static string ServerVersion = "1.1.6-dev";
public static string ServerVersion = "1.1.6";
public static bool Initialized = false;
public static bool showLogs = true;
public static bool showWarningLogs = true;