Fixed a potential issue with reservedslots. Thanks for the hint :)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401624
This commit is contained in:
parent
a04f844b73
commit
baeecb098e
@ -179,7 +179,7 @@ SelectKickClient()
|
||||
{
|
||||
latency = GetClientAvgLatency(i, NetFlow_Both);
|
||||
|
||||
if (GetClientTeam(i) == 1)
|
||||
if (IsClientObserver(i))
|
||||
{
|
||||
specFound = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user