1.1.5 final so i can plan new version features

This commit is contained in:
AlessandroCH
2025-05-25 17:31:00 +02:00
parent 7b6541a35b
commit d55e35aae0

View File

@@ -48,7 +48,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.5-dev";
public static string ServerVersion = "1.1.5";
public static bool Initialized = false;
public static bool showLogs = true;
public static bool showWarningLogs = true;