forked from UNLOZE/sm-plugins
updated fakeclients slightly and changed mapchooser for loops to not miss the last client
This commit is contained in:
@@ -508,7 +508,17 @@ public void CheckPopulation()
|
||||
|
||||
int full_client_count = GetClientCount(false);
|
||||
|
||||
if (full_client_count > 50) //counting all clients in total.
|
||||
if (full_client_count > 50 && iFakes > 15)
|
||||
{
|
||||
iFakesInTeamNeeded = 3;
|
||||
iFakesNeeded = 15;
|
||||
}
|
||||
else if (full_client_count > 54 && iFakes > 8)
|
||||
{
|
||||
iFakesInTeamNeeded = 2;
|
||||
iFakesNeeded = 5;
|
||||
}
|
||||
else if (full_client_count > 59 && iFakes > 0) //counting all clients in total.
|
||||
{
|
||||
iFakesInTeamNeeded = 0;
|
||||
iFakesNeeded = 0;
|
||||
|
||||
Reference in New Issue
Block a user