Improved entity movement updates

This commit is contained in:
Shoghi Cervantes
2014-09-29 12:59:01 +02:00
parent b0bd927545
commit f5822c6de8
3 changed files with 4 additions and 1 deletions

View File

@@ -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;
}
}