diff --git a/core/src/mindustry/core/Control.java b/core/src/mindustry/core/Control.java index ac274c820c..eb69d4e904 100644 --- a/core/src/mindustry/core/Control.java +++ b/core/src/mindustry/core/Control.java @@ -533,6 +533,7 @@ public class Control implements ApplicationListener, Loadable{ if(saves != null && saves.getCurrent() != null && saves.getCurrent().isAutosave() && !net.client() && !state.isMenu() && !state.gameOver){ try{ SaveIO.save(control.saves.getCurrent().file); + settings.forceSave(); Log.info("Saved on exit."); }catch(Throwable t){ Log.err(t);