mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-11 17:14:13 +00:00
PHPUnit version bump and removed ELO
This commit is contained in:
@ -57,10 +57,6 @@ class Player implements ISupportPartialPlay, ISupportPartialUpdate
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
if ($this->_Id != null) {
|
||||
return (string)$this->_Id;
|
||||
}
|
||||
|
||||
return parent::__toString();
|
||||
return (string)$this->_Id;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user