Skip to content

Commit

Permalink
Add support for 1.14.6 - Merge pull request #88 from RomnSD/patch-1
Browse files Browse the repository at this point in the history
Update SpecterInterface.php
  • Loading branch information
inxomnyaa authored Apr 26, 2020
2 parents 3671777 + ffef145 commit 49b30a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/specter/network/SpecterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 49b30a6

Please sign in to comment.