last edit for now
This commit is contained in:
parent
a801d5d3bf
commit
db3fe13dc8
@ -507,12 +507,12 @@ public void CheckPopulation()
|
||||
}
|
||||
else if (iPlayers < 11)
|
||||
{
|
||||
max = iPlayers * 2;
|
||||
min = iPlayers * 1;
|
||||
max = RoundToFloor(iPlayers * 1.5);
|
||||
min = iPlayers;
|
||||
}
|
||||
else if (iPlayers < 20)
|
||||
{
|
||||
max = iPlayers * 1;
|
||||
max = iPlayers;
|
||||
min = RoundToFloor(iPlayers * 0.5);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user