mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Added many more two team tests
This commit is contained in:
		@@ -60,7 +60,7 @@ abstract class SkillCalculator
 | 
			
		||||
        {
 | 
			
		||||
            if (!$playersPerTeam->isInRange($currentTeam->count()))
 | 
			
		||||
            {
 | 
			
		||||
                throw new Exception("Player count is not in range");
 | 
			
		||||
                throw new \Exception("Player count is not in range");
 | 
			
		||||
            }
 | 
			
		||||
            $countOfTeams++;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user