From f9af58687cdc01f6a6374d5e18f9bdf1a64005a1 Mon Sep 17 00:00:00 2001 From: AlessandroCH Date: Thu, 7 Aug 2025 01:06:39 +0200 Subject: [PATCH] 1.1.6 --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 2daf8a4..4f2b587 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.6-dev"; + public static string ServerVersion = "1.1.6"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;