diff --git a/Core/src/main/java/com/intellectualcrafters/plot/PS.java b/Core/src/main/java/com/intellectualcrafters/plot/PS.java index 8d590d290..433d9433c 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/PS.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/PS.java @@ -1945,7 +1945,6 @@ public class PS { * Setup the storage file (load + save missing nodes) */ private void setupStorage() { - this.storage.set("version", StringMan.join(this.version, ".")); Storage.load(storageFile); Storage.save(storageFile); storage = YamlConfiguration.loadConfiguration(storageFile);