1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

[webfront] search by ip and name

[application] levels set properly with multiple GUIDs
[stats] require 3 hours of playtime for top stats recognition
[application] configurable rcon polling rate
This commit is contained in:
RaidMax
2018-06-07 21:19:12 -05:00
parent 7def173957
commit fc2b846a5c
10 changed files with 64 additions and 23 deletions

View File

@ -139,7 +139,7 @@ namespace IW4MAdmin.Application
sensitiveEvent.OnProcessed.Set();
}
await Task.Delay(2500);
await Task.Delay(ConfigHandler.Configuration().RConPollRate);
}
}