This commit is contained in:
Shoghi Cervantes 2014-09-26 11:34:06 +02:00
parent 8e2903da86
commit 82d903733d

View File

@ -1435,10 +1435,6 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
$packet->yaw += 360;
}
if($packet->pitch < 0){
$packet->pitch += 360;
}
$this->setRotation($packet->yaw, $packet->pitch);
$this->newPosition = $newPos;
$this->forceMovement = null;