mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 08:47:49 +00:00
Another pass at fixing up references
This commit is contained in:
@ -38,8 +38,9 @@ class Player implements ISupportPartialPlay, ISupportPartialUpdate
|
||||
/// <summary>
|
||||
/// The identifier for the player, such as a name.
|
||||
/// </summary>
|
||||
public function getId()
|
||||
public function &getId()
|
||||
{
|
||||
$id = &$this->_Id;
|
||||
return $this->_Id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user