Reenabled collision against entities on move

This commit is contained in:
Shoghi Cervantes 2014-11-06 12:57:17 +01:00
parent f1519e6d13
commit 7e1095e28d

View File

@ -874,7 +874,7 @@ abstract class Entity extends Location implements Metadatable{
//TODO: big messy loop
}*/
$list = $this->level->getCollisionCubes($this, $this->boundingBox->getOffsetBoundingBox($dx, $dy, $dz), false);
$list = $this->level->getCollisionCubes($this, $this->boundingBox->getOffsetBoundingBox($dx, $dy, $dz));
foreach($list as $bb){