Updated rockthevote to use new MaxClients variable

This commit is contained in:
Matt Woodrow 2008-10-15 20:42:47 +13:00
parent 32f9c46424
commit 4a1c565b62

View File

@ -90,8 +90,7 @@ public OnMapStart()
g_InChange = false;
/* Handle late load */
new maxclients = GetMaxClients();
for (new i=1; i<=maxclients; i++)
for (new i=1; i<=MaxClients; i++)
{
if (IsClientConnected(i))
{