forked from UNLOZE/sm-plugins
sorry
This commit is contained in:
@@ -247,7 +247,7 @@ public void CheckPopulation()
|
||||
if (g_bFakePopulation[i])
|
||||
iFakes++;
|
||||
|
||||
if (g_bFakePopulation[i] && GetClientTeam(i) <= CS_TEAM_SPECTATOR)
|
||||
if (g_bFakePopulation[i] && GetClientTeam(i) >= CS_TEAM_T)
|
||||
iFakesInTeam++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user