mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Improved entity movement updates
This commit is contained in:
@@ -1156,6 +1156,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
$this->directDataPacket($pk);
|
||||
$this->forceMovement = new Vector3($this->x, $this->y, $this->z);
|
||||
}else{
|
||||
$this->updateMovement();
|
||||
$this->forceMovement = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user