mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Improved Level object deallocation
This commit is contained in:
@ -294,6 +294,7 @@ abstract class BaseFullChunk implements FullChunk{
|
||||
foreach($this->getTiles() as $tile){
|
||||
$tile->close();
|
||||
}
|
||||
$this->provider = null;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user