Cobblestone Walls height handling

This commit is contained in:
Shoghi Cervantes 2013-11-27 17:41:39 +01:00
parent bc48e70d6c
commit f3f61e7a4a

View File

@ -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;
}
}