fixed: checking owner

This commit is contained in:
2023-03-25 20:52:36 +04:00
parent 0dc5307b92
commit 043523d712
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@ public struct Configuration
public int LimitRooms;
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
private static readonly string ServerVersion = "1.1.0-rc";
private static readonly string ServerVersion = "1.1.3-rc";
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
{
{"enet", Server.ServerType.ENET},