From baeecb098e40571e07a88a5a3f836c232c313e70 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sun, 21 Oct 2007 06:43:03 +0000 Subject: [PATCH] Fixed a potential issue with reservedslots. Thanks for the hint :) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401624 --- plugins/reservedslots.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reservedslots.sp b/plugins/reservedslots.sp index 0e698608..19d16fe1 100644 --- a/plugins/reservedslots.sp +++ b/plugins/reservedslots.sp @@ -179,7 +179,7 @@ SelectKickClient() { latency = GetClientAvgLatency(i, NetFlow_Both); - if (GetClientTeam(i) == 1) + if (IsClientObserver(i)) { specFound = true;