mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 13:35:29 +00:00
Fixed entities not updating
This commit is contained in:
parent
508ee7e1d6
commit
523c4390fa
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user