This commit is contained in:
Shoghi Cervantes 2014-08-30 17:07:50 +02:00
parent f5eed4f12b
commit ca1b67a675

View File

@ -791,7 +791,7 @@ abstract class Entity extends Position implements Metadatable{
$dz = 0;
}
$fallingFlag = ($this->onGround or $dy != $movY and $movY < 0);
$fallingFlag = ($this->onGround or ($dy != $movY and $movY < 0));
foreach($list as $bb){
$dx = $bb->calculateXOffset($this->boundingBox, $dx);
@ -884,7 +884,6 @@ abstract class Entity extends Position implements Metadatable{
$this->boundingBox->setBB($axisalignedbb1);
}
}
$pos = new Vector3(