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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user