diff --git a/src/player/Player.php b/src/player/Player.php index 41b57be80..76cdc8db3 100644 --- a/src/player/Player.php +++ b/src/player/Player.php @@ -2124,6 +2124,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{ $this->setSprinting(false); $this->setSneaking(false); + $this->setFlying(false); $this->extinguish(); $this->setAirSupplyTicks($this->getMaxAirSupplyTicks());