mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 00:37:48 +00: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