Updated rockthevote to use new MaxClients variable
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user