1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 15:52:25 -05:00

added stats!

actually unban by database id
check for latest update
adjusted rcon queue for slower output
hide more console output
This commit is contained in:
RaidMax
2015-03-09 20:28:37 -05:00
parent 2486bc9993
commit fea331cabf
8 changed files with 183 additions and 41 deletions

View File

@ -24,6 +24,7 @@ namespace IW4MAdmin
Instance = I;
toSend = new Queue<String>();
}
//When we don't care about a response
public bool sendRCON(String message)
{
@ -116,8 +117,10 @@ namespace IW4MAdmin
{
sendRCON(toSend.Peek());
toSend.Dequeue();
Utilities.Wait(0.85);
}
Utilities.Wait(0.3);
else
Utilities.Wait(0.1);
}
}