mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
PlayerListEntry: remove leftover TODO
This commit is contained in:
@ -43,7 +43,7 @@ class PlayerListEntry{
|
||||
/** @var Skin */
|
||||
public $skin;
|
||||
/** @var string */
|
||||
public $xboxUserId; //TODO
|
||||
public $xboxUserId;
|
||||
|
||||
public static function createRemovalEntry(UUID $uuid) : PlayerListEntry{
|
||||
$entry = new PlayerListEntry();
|
||||
|
Reference in New Issue
Block a user