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:
Matt Woodrow 2007-10-21 06:43:03 +00:00
parent a04f844b73
commit baeecb098e

View File

@ -179,7 +179,7 @@ SelectKickClient()
{
latency = GetClientAvgLatency(i, NetFlow_Both);
if (GetClientTeam(i) == 1)
if (IsClientObserver(i))
{
specFound = true;