no fakes in teams for now
This commit is contained in:
		
							parent
							
								
									38ffc9f853
								
							
						
					
					
						commit
						15c3c888db
					
				@ -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)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user