mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Cobblestone Walls height handling
This commit is contained in:
@ -427,7 +427,7 @@ class Entity extends Position{
|
||||
$support = true;
|
||||
$isFlying = false;
|
||||
break;
|
||||
}elseif(($b instanceof LiquidBlock) or $b->getID() === COBWEB or $b->getID() === LADDER or $b->getID() === FENCE){
|
||||
}elseif(($b instanceof LiquidBlock) or $b->getID() === COBWEB or $b->getID() === LADDER or $b->getID() === FENCE or $b->getID() === STONE_WALL){
|
||||
$isFlying = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user