From 268e8c1164e9a5e32319471eab7d3cb01c45ed01 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Thu, 13 Feb 2014 01:20:43 +0100 Subject: [PATCH] Force PMF save on PMF Level upgrade --- src/pmf/PMFLevel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pmf/PMFLevel.php b/src/pmf/PMFLevel.php index e8e2ecfc7..b98f357ac 100644 --- a/src/pmf/PMFLevel.php +++ b/src/pmf/PMFLevel.php @@ -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){