Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/base'
Browse files Browse the repository at this point in the history
  • Loading branch information
hmy2001 committed Nov 25, 2020
2 parents 5ade382 + abf5e9b commit a7d5fc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/shoghicp/BigBrother/DesktopPlayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@ public function bigBrother_authenticate(string $uuid, ?array $onlineModeData = n
$pk->locale = "en_US";
$pk->skipVerification = true;
$pk->clientData["CurrentInputMode"] = 1;//Keyboard and mouse
$pk->clientData["DefaultInputMode"] = 1;
$pk->clientData["DeviceModel"] = "Minecraft Java Edition";
$pk->clientData["DeviceId"] = "";
$pk->clientData["DeviceOS"] = 0;
$pk->clientData["GameVersion"] = "";
$pk->clientData["GuiScale"] = 1;

$pk->clientData["AnimatedImageData"] = [];
$pk->clientData["PersonaPieces"] = [];
Expand Down

0 comments on commit a7d5fc3

Please sign in to comment.