Merge branch 'master' into mc/1.12

This commit is contained in:
Blue (Lukas Rieger) 2020-01-21 21:44:23 +01:00
commit 6801332ea8

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