Skip to content

Commit 0511a68

Browse files
committed
Dont delete the state-file
1 parent a7d46b4 commit 0511a68

File tree

1 file changed

+0
-1
lines changed
  • BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin

1 file changed

+0
-1
lines changed

BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/Plugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public synchronized void load() throws IOException, ParseResourceException {
214214
renderManager.readState(in, getMapTypes());
215215
}
216216
}
217-
saveFile.delete();
218217
} catch (IOException ex) {
219218
Logger.global.logError("Failed to load render-manager state!", ex);
220219
}

0 commit comments

Comments
 (0)