Added a FIXME for Entity->move()

This commit is contained in:
Dylan K. Taylor 2017-10-17 17:14:45 +01:00
parent a456b7cfca
commit 07abd61f73

View File

@ -1666,7 +1666,7 @@ abstract class Entity extends Location implements Metadatable{
$dz = $cz;
$this->boundingBox->setBB($axisalignedbb1);
}else{
$this->ySize += 0.5;
$this->ySize += 0.5; //FIXME: this should be the height of the block it walked up, not fixed 0.5
}
}