mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
PlayerSkinPacket: reduce diff pollution
This commit is contained in:
parent
fb23aade34
commit
19377c86a4
@ -36,12 +36,12 @@ class PlayerSkinPacket extends DataPacket{
|
|||||||
|
|
||||||
/** @var UUID */
|
/** @var UUID */
|
||||||
public $uuid;
|
public $uuid;
|
||||||
/** @var Skin */
|
|
||||||
public $skin;
|
|
||||||
/** @var string */
|
|
||||||
public $newSkinName = "";
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $oldSkinName = "";
|
public $oldSkinName = "";
|
||||||
|
/** @var string */
|
||||||
|
public $newSkinName = "";
|
||||||
|
/** @var Skin */
|
||||||
|
public $skin;
|
||||||
|
|
||||||
protected function decodePayload(){
|
protected function decodePayload(){
|
||||||
$this->uuid = $this->getUUID();
|
$this->uuid = $this->getUUID();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user