From 0511a6811a914c47a7b63cae46df81ea2d70d899 Mon Sep 17 00:00:00 2001 From: "Blue (Lukas Rieger)" Date: Tue, 21 Jan 2020 21:44:12 +0100 Subject: [PATCH] Dont delete the state-file --- .../main/java/de/bluecolored/bluemap/common/plugin/Plugin.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/Plugin.java b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/Plugin.java index 9479222e..f2ba7cc8 100644 --- a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/Plugin.java +++ b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/Plugin.java @@ -214,7 +214,6 @@ public synchronized void load() throws IOException, ParseResourceException { renderManager.readState(in, getMapTypes()); } } - saveFile.delete(); } catch (IOException ex) { Logger.global.logError("Failed to load render-manager state!", ex); }