no fakes in teams for now
This commit is contained in:
parent
3b7eaae0ce
commit
5e9b74e568
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user