no fakes in teams for now

This commit is contained in:
Dogan 2019-10-07 01:36:00 +02:00
parent 3b7eaae0ce
commit 5e9b74e568

View File

@ -270,12 +270,12 @@ public void CheckPopulation()
else if (iPlayers > 20) else if (iPlayers > 20)
{ {
iFakesNeeded = 4; iFakesNeeded = 4;
iFakesInTeamNeeded = 2; iFakesInTeamNeeded = 0;
} }
else if (iPlayers > 10) else if (iPlayers > 10)
{ {
iFakesNeeded = 3; iFakesNeeded = 3;
iFakesInTeamNeeded = 1; iFakesInTeamNeeded = 0;
} }
else if (iPlayers > 5) else if (iPlayers > 5)
{ {