mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-19 13:36:57 +01:00
Now it throws an error, but at least it runs something
This commit is contained in:
@@ -6,7 +6,9 @@ require_once(dirname(__FILE__) . '/RatingContainer.php');
|
||||
class Team extends RatingContainer
|
||||
{
|
||||
public function __construct($player = null, $rating = null)
|
||||
{
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
if(!\is_null($player))
|
||||
{
|
||||
$this->addPlayer($player, $rating);
|
||||
|
||||
Reference in New Issue
Block a user