PlayerListEntry: remove leftover TODO

This commit is contained in:
Dylan K. Taylor 2018-04-07 10:31:29 +01:00
parent 47faf5a994
commit 4b16be7e0b

View File

@ -43,7 +43,7 @@ class PlayerListEntry{
/** @var Skin */ /** @var Skin */
public $skin; public $skin;
/** @var string */ /** @var string */
public $xboxUserId; //TODO public $xboxUserId;
public static function createRemovalEntry(UUID $uuid) : PlayerListEntry{ public static function createRemovalEntry(UUID $uuid) : PlayerListEntry{
$entry = new PlayerListEntry(); $entry = new PlayerListEntry();