mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Fixed players and entities getting despawned
This commit is contained in:
@@ -610,8 +610,9 @@ abstract class Entity extends Position implements Metadatable{
|
||||
$pk->started = $this->getLevel()->stopTime == false;
|
||||
$this->dataPacket($pk);
|
||||
}
|
||||
$this->spawnToAll();
|
||||
$this->chunk = null;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getPosition(){
|
||||
|
Reference in New Issue
Block a user