From 3bacb1a9cb3195f90e8a7d999feb2732c2ca6509 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 7 Nov 2019 19:45:20 -0500 Subject: [PATCH] Moved skin back Not too sure what I planned on doing with that --- .../network/mcpe/protocol/types/PlayerListEntry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php b/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php index 95bc19c9e..18ad180ff 100644 --- a/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php +++ b/src/pocketmine/network/mcpe/protocol/types/PlayerListEntry.php @@ -34,14 +34,14 @@ class PlayerListEntry{ public $entityUniqueId; /** @var string */ public $username; + /** @var Skin */ + public $skin; /** @var string */ public $xboxUserId; /** @var string */ public $platformChatId = ""; /** @var int */ public $buildPlatform = 0; //Unknown - /** @var Skin */ - public $skin; /** @var bool */ public $isTeacher = false; /** @var bool */