From b7a8c8ecd60f54a632553b5c85822106b7cc3b15 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 5 Jun 2016 17:33:06 +1000 Subject: [PATCH] Don't need this --- Core/src/main/java/com/intellectualcrafters/plot/PS.java | 1 - 1 file changed, 1 deletion(-) 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);