Merge 'stable' into 'minor-next'

Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/18636079241
This commit is contained in:
pmmp-admin-bot[bot]
2025-10-19 21:05:37 +00:00

View File

@@ -1304,7 +1304,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer, Nev
}
protected function checkGroundState(float $wantedX, float $wantedY, float $wantedZ, float $dx, float $dy, float $dz) : void{
if($this->gamemode === GameMode::SPECTATOR){
if(!$this->blockCollision){
$this->onGround = false;
}else{
$bb = clone $this->boundingBox;