This commit is contained in:
翠紅 灯
2025-08-20 23:30:18 +02:00
parent c2ba13b5f7
commit 68f93eb80d

View File

@@ -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.8-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;