mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Fixed #2252
This commit is contained in:
parent
13fc0df92c
commit
7c361a52d2
@ -750,7 +750,6 @@ abstract class Entity extends Location implements Metadatable{
|
||||
}
|
||||
$this->level->freeChunk($X, $Z, $this);
|
||||
}
|
||||
$this->level->freeAllChunks($this);
|
||||
}
|
||||
}
|
||||
$this->setLevel($targetLevel, $this instanceof Player ? true : false); //Hard reference
|
||||
|
Loading…
x
Reference in New Issue
Block a user