mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 16:49:53 +00:00
Force PMF save on PMF Level upgrade
This commit is contained in:
parent
e83e424671
commit
268e8c1164
@ -165,6 +165,7 @@ class PMFLevel extends PMF{
|
||||
$this->levelData["version"] = 0x01;
|
||||
$this->levelData["generator"] = "NormalGenerator";
|
||||
$this->levelData["generatorSettings"] = "";
|
||||
$this->saveData();
|
||||
}
|
||||
|
||||
public static function getIndex($X, $Z){
|
||||
|
Loading…
x
Reference in New Issue
Block a user