This error appears when someone gets to the "Gates" and will stop any player joining the world.
[07/05/2024 21:31:10] Asynchronous connection exception: System.NullReferenceException: Object reference not set to an instance of an object.
at GameServer.Database.SystemInfo.get_Info() in G:\Mir3DEMU\GitHub\Conquer\GameServer\GameServer.Database\SystemInfo.cs:line 86
at GameServer.Networking.NetworkManager.Connection(IAsyncResult result) in G:\Mir3DEMU\GitHub\Conquer\GameServer\GameServer.Networking\NetworkManager.cs:line 120
CS Line 120 - if (!SystemInfo.Info.IPBans.ContainsKey(ip) || SystemInfo.Info.IPBans[ip] < SEngine.CurrentTime)
This error appears when someone gets to the "Gates" and will stop any player joining the world. [07/05/2024 21:31:10] Asynchronous connection exception: System.NullReferenceException: Object reference not set to an instance of an object. at GameServer.Database.SystemInfo.get_Info() in G:\Mir3DEMU\GitHub\Conquer\GameServer\GameServer.Database\SystemInfo.cs:line 86 at GameServer.Networking.NetworkManager.Connection(IAsyncResult result) in G:\Mir3DEMU\GitHub\Conquer\GameServer\GameServer.Networking\NetworkManager.cs:line 120
CS Line 120 - if (!SystemInfo.Info.IPBans.ContainsKey(ip) || SystemInfo.Info.IPBans[ip] < SEngine.CurrentTime)