Fixed item in hand in creative mode, player files are now readable by Minecraft PC

This commit is contained in:
Shoghi Cervantes
2014-05-29 18:45:49 +02:00
parent a45f8782b1
commit 96445c4613
6 changed files with 36 additions and 44 deletions

View File

@@ -376,12 +376,7 @@ abstract class Entity extends Position implements Metadatable{
}
$hasUpdate = false;
$this->lastX = $this->x;
$this->lastY = $this->y;
$this->lastZ = $this->z;
$this->lastMotionX = $this->motionX;
$this->lastPitch = $this->pitch;
$this->lastYaw = $this->yaw;
$this->updateMovement();
if($this->handleWaterMovement()){
$this->fallDistance = 0;
@@ -469,7 +464,6 @@ abstract class Entity extends Position implements Metadatable{
}
$hasUpdate = $this->entityBaseTick();
$this->updateMovement();
//if($this->isStatic())
return true;