Changed a few natives/stocks that should have used IsClientInGame() rather than IsClientConnected()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40897
This commit is contained in:
Scott Ehlert
2007-06-06 20:42:46 +00:00
parent 3a182c20b1
commit 96527c93dc
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ stock VoteMenuToAll(Handle:menu, time)
for (new i=1; i<=num; i++)
{
if (!IsClientConnected(i))
if (!IsClientInGame(i))
{
continue;
}