mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
PlayerListEntry: remove leftover TODO
This commit is contained in:
parent
47faf5a994
commit
4b16be7e0b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user