no fakes in teams for now

This commit is contained in:
Dogan
2019-10-07 01:36:00 +02:00
parent 38ffc9f853
commit 15c3c888db
+2 -2
View File
@@ -270,12 +270,12 @@ public void CheckPopulation()
else if (iPlayers > 20)
{
iFakesNeeded = 4;
iFakesInTeamNeeded = 2;
iFakesInTeamNeeded = 0;
}
else if (iPlayers > 10)
{
iFakesNeeded = 3;
iFakesInTeamNeeded = 1;
iFakesInTeamNeeded = 0;
}
else if (iPlayers > 5)
{