Fixed entities not updating

This commit is contained in:
Shoghi Cervantes 2013-06-09 20:55:37 +02:00
parent 508ee7e1d6
commit 523c4390fa

View File

@ -366,7 +366,6 @@ class Entity extends Position{
return false;
}
$hasUpdate = false;
$now = microtime(true);
if($this->check === false){
$this->lastUpdate = $now;
@ -378,6 +377,7 @@ class Entity extends Position{
$this->tickCounter = 1;
$hasUpdate = $this->environmentUpdate();
}else{
$hasUpdate = true;
$this->tickCounter = 0;
}