mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 12:15:32 +00:00
Cobblestone Walls height handling
This commit is contained in:
parent
bc48e70d6c
commit
f3f61e7a4a
@ -427,7 +427,7 @@ class Entity extends Position{
|
|||||||
$support = true;
|
$support = true;
|
||||||
$isFlying = false;
|
$isFlying = false;
|
||||||
break;
|
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;
|
$isFlying = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user