mirror of
https://github.com/furyfire/trueskill.git
synced 2025-07-10 22:12:07 +02: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