mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
PlayerListEntry: remove dead fields
This commit is contained in:
parent
a524b0e447
commit
af5637e050
@ -34,10 +34,6 @@ class PlayerListEntry{
|
|||||||
public $entityUniqueId;
|
public $entityUniqueId;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $username;
|
public $username;
|
||||||
/** @var string */
|
|
||||||
public $thirdPartyName = "";
|
|
||||||
/** @var int */
|
|
||||||
public $platform = 0;
|
|
||||||
/** @var Skin */
|
/** @var Skin */
|
||||||
public $skin;
|
public $skin;
|
||||||
/** @var string */
|
/** @var string */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user