mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-11 17:14:13 +00:00
General cleanup and removal of all unnecessary references
This commit is contained in:
@ -34,9 +34,8 @@ class Player implements ISupportPartialPlay, ISupportPartialUpdate
|
||||
/**
|
||||
* The identifier for the player, such as a name.
|
||||
*/
|
||||
public function &getId()
|
||||
public function getId()
|
||||
{
|
||||
$id = &$this->_Id;
|
||||
return $this->_Id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user