Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Sep 21, 2024
1 parent 8f4e02f commit 233938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransferPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function encodePayload(PacketSerializer $out) : void{
$out->putString($this->address);
$out->putLShort($this->port);
if($out->getProtocol() >= ProtocolInfo::PROTOCOL_729){
$this->reloadWorld = $out->getBool();
$out->putBool($this->reloadWorld);
}
}

Expand Down

0 comments on commit 233938b

Please sign in to comment.