mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-25 23:28:07 +07:00
Bugfixes
This commit is contained in:
@ -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.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user