mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update change tracking and elo
master shows monitoring server count master can provide individual localizations
This commit is contained in:
@ -127,7 +127,7 @@ namespace Application.RconParsers
|
||||
}
|
||||
|
||||
// this happens if status is requested while map is rotating
|
||||
if (Status[1] == "Server Initialization")
|
||||
if (Status.Contains("Server Initialization"))
|
||||
{
|
||||
throw new ServerException("Server is rotating map");
|
||||
}
|
||||
@ -139,6 +139,7 @@ namespace Application.RconParsers
|
||||
{
|
||||
IW4MAdmin.Application.Program.ServerManager.Logger.WriteDebug(s);
|
||||
}
|
||||
throw new ServerException("Bad status received");
|
||||
}
|
||||
|
||||
return StatusPlayers;
|
||||
|
Reference in New Issue
Block a user