Skip to content

Commit

Permalink
Fix consistency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Nov 11, 2024
1 parent 3ff557b commit 0951271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/Player.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public function isFlying() : bool{
public function setAutoJump(bool $value) : void{
if($this->autoJump !== $value){
$this->autoJump = $value;
$this->getNetworkSession()->syncAbilities($this);
$this->getNetworkSession()->syncAdventureSettings();
}
}

Expand Down

0 comments on commit 0951271

Please sign in to comment.