Merge branch 'master' of http://git.unloze.com/UNLOZE/sm-plugins
This commit is contained in:
commit
2988c9b464
@ -156,9 +156,9 @@ void UpdateRTV()
|
||||
{
|
||||
g_Voters = 0;
|
||||
|
||||
for (int i=1; i<=MAXPLAYERS; i++)
|
||||
for (int i=1; i<=MaxClients; i++)
|
||||
{
|
||||
if (IsClientInGame(i) && !IsFakeClient(i))
|
||||
if (IsClientConnected(i) && !IsFakeClient(i))
|
||||
{
|
||||
if (GetClientTeam(i) == 2 || GetClientTeam(i) == 3)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user