mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-16 11:04:27 +00:00
Porting more tools to Phar to lower depend problems
This commit is contained in:
@ -8,7 +8,7 @@ class Team extends RatingContainer
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
if (! is_null($player) && ! is_null($rating)) {
|
||||
if ($player && $rating) {
|
||||
$this->addPlayer($player, $rating);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user