This commit is contained in:
Anuken
2019-09-21 16:44:47 -04:00
parent 5955ecefd3
commit d062d8081a
9 changed files with 30 additions and 14 deletions

View File

@ -688,6 +688,7 @@ public class ServerControl implements ApplicationListener{
Core.app.post(() -> {
try{
SaveIO.loadFromSlot(slot);
state.rules.zone = null;
}catch(Throwable t){
err("Failed to load save. Outdated or corrupt file.");
}