Dont delete the state-file

This commit is contained in:
Blue (Lukas Rieger) 2020-01-21 21:44:12 +01:00
parent a7d46b4ee1
commit 0511a6811a

View File

@ -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);
}