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

@@ -468,7 +468,6 @@ abstract class Entity extends Position implements Metadatable{
}
$hasUpdate = false;
$this->updateMovement();
$this->checkBlockCollision();
@@ -579,6 +578,8 @@ abstract class Entity extends Position implements Metadatable{
$hasUpdate = $this->entityBaseTick();
$this->updateMovement();
//if($this->isStatic())
return true;
//return !($this instanceof Player);