Compare commits

..

3 Commits

Author SHA1 Message Date
Akari
9b7bc980fe Merge pull request #3 from Campofinale/development
1.1.7 ready
2025-08-20 23:31:25 +02:00
Akari
fe29f9c14c Merge pull request #2 from Campofinale/development
1.1.6 Ready
2025-08-07 01:11:53 +02:00
Akari
1c5cd8fafc Merge pull request #1 from Campofinale/development
1.1.5 ver
2025-05-25 17:45:25 +02:00

View File

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