Updated rockthevote to use new MaxClients variable
This commit is contained in:
parent
32f9c46424
commit
4a1c565b62
@ -90,8 +90,7 @@ public OnMapStart()
|
|||||||
g_InChange = false;
|
g_InChange = false;
|
||||||
|
|
||||||
/* Handle late load */
|
/* Handle late load */
|
||||||
new maxclients = GetMaxClients();
|
for (new i=1; i<=MaxClients; i++)
|
||||||
for (new i=1; i<=maxclients; i++)
|
|
||||||
{
|
{
|
||||||
if (IsClientConnected(i))
|
if (IsClientConnected(i))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user