mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added PMFLevel upgrade
This commit is contained in:
@ -149,10 +149,11 @@ class Level{
|
||||
}
|
||||
|
||||
public function generateChunk($X, $Z){
|
||||
$this->level->initCleanChunk($X, $Z);
|
||||
$this->generator->generateChunk($X, $Z);
|
||||
}
|
||||
|
||||
public function populateChunk($X, $Z){
|
||||
$this->generator->populateChunk($X, $Z);
|
||||
$this->level->saveChunk($X, $Z);
|
||||
}
|
||||
|
||||
public function __destruct(){
|
||||
|
Reference in New Issue
Block a user