Skip to content

Commit

Permalink
Merge pull request #67 from Yexeed/patch-2
Browse files Browse the repository at this point in the history
Exception fix
  • Loading branch information
falkirks authored Feb 26, 2018
2 parents 97257b7 + f0ec9f0 commit 99063ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/specter/network/SpecterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public function decodeAdditional(){
$pk->protocol = ProtocolInfo::CURRENT_PROTOCOL;
$pk->clientUUID = UUID::fromData($address, $port, $username)->toString();
$pk->clientId = 1;
$pk->xuid = "xuid here";
$pk->identityPublicKey = "key here";
$pk->clientData["SkinId"] = "Specter";
$pk->clientData["SkinData"] = base64_encode(str_repeat("\x80", 64 * 32 * 4));
Expand Down

0 comments on commit 99063ce

Please sign in to comment.