mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-13 01:54:38 +01:00
Compare commits
1 Commits
master
...
d54bab8906
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d54bab8906 |
@@ -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.7";
|
||||
public static string ServerVersion = "1.1.8-dev";
|
||||
public static bool Initialized = false;
|
||||
public static bool showLogs = true;
|
||||
public static bool showWarningLogs = true;
|
||||
|
||||
Reference in New Issue
Block a user