1.1.6-dev

This commit is contained in:
AlessandroCH
2025-05-25 17:54:41 +02:00
parent f65555fbcf
commit 9d62c1783c

View File

@@ -48,7 +48,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.5"; public static string ServerVersion = "1.1.6-dev";
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;