mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Revert "Fixed falling blocks glitching when spawned"
This reverts commit 827ee5d4f9
.
can't ever seem to get falling blocks right... should I blame mojang?
This commit is contained in:
@ -141,7 +141,7 @@ class FallingSand extends Entity{
|
||||
$pk = new AddEntityPacket();
|
||||
$pk->type = FallingSand::NETWORK_ID;
|
||||
$pk->entityRuntimeId = $this->getId();
|
||||
$pk->position = $this->getOffsetPosition($this);
|
||||
$pk->position = $this->asVector3();
|
||||
$pk->motion = $this->getMotion();
|
||||
$pk->yaw = $this->yaw;
|
||||
$pk->pitch = $this->pitch;
|
||||
|
Reference in New Issue
Block a user