diff --git a/src/specter/network/SpecterInterface.php b/src/specter/network/SpecterInterface.php index ef52a5c..a19c36f 100644 --- a/src/specter/network/SpecterInterface.php +++ b/src/specter/network/SpecterInterface.php @@ -222,6 +222,8 @@ public function decodeAdditional() $pk->clientData["CapeImageHeight"] = 0; $pk->clientData["CapeImageWidth"] = 0; $pk->clientData["AnimatedImageData"] = []; + $pk->clientData["PersonaPieces"] = []; + $pk->clientData["PieceTintColors"] = []; $pk->clientData["DeviceOS"] = 0;//TODO validate this. Steadfast says -1 = Unknown, but this would crash the PlayerInfo plugin $pk->clientData["DeviceModel"] = "Specter"; $pk->clientData["UIProfile"] = 0;