diff --git a/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php b/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php index 81f0a82ee..b8b14f0d8 100644 --- a/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php +++ b/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php @@ -34,10 +34,6 @@ class PlayerListEntry{ public $entityUniqueId; /** @var string */ public $username; - /** @var string */ - public $thirdPartyName = ""; - /** @var int */ - public $platform = 0; /** @var Skin */ public $skin; /** @var string */