mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 08:39:53 +00:00
Added a FIXME for Entity->move()
This commit is contained in:
parent
a456b7cfca
commit
07abd61f73
@ -1666,7 +1666,7 @@ abstract class Entity extends Location implements Metadatable{
|
|||||||
$dz = $cz;
|
$dz = $cz;
|
||||||
$this->boundingBox->setBB($axisalignedbb1);
|
$this->boundingBox->setBB($axisalignedbb1);
|
||||||
}else{
|
}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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user