mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
set default elo rating
maybe fix deadlock again :c changed "skill" to Performance (Skill + Elo / 2)
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] == "Rotating map...")
|
||||
if (Status[1] == "Server Initialization")
|
||||
{
|
||||
throw new ServerException("Server is rotating map");
|
||||
}
|
||||
|
Reference in New Issue
Block a user