From 68f93eb80d66e7734c3e32b9590421102cad83d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=E7=B4=85=20=E7=81=AF?= Date: Wed, 20 Aug 2025 23:30:18 +0200 Subject: [PATCH] revert --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;