diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index 454217a1..dcb03c61 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -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)) {