diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 717e9fe..2963a4b 100644 --- a/Campofinale/Server.cs +++ b/Campofinale/Server.cs @@ -59,7 +59,7 @@ namespace Campofinale public delegate void HandlerDelegate(Player sender, string command, string[] args, Player target); } public static List clients = new List(); - public static string ServerVersion = "1.1.8-dev"; + public static string ServerVersion = "1.1.7"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;