diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index d2717ff284..7030d9a8e4 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -1079,6 +1079,8 @@ DEF_CONSOLE_CMD(ConExit) return true; } + if (_game_mode == GM_NORMAL && _patches.autosave_on_exit) DoExitSave(); + _exit_game = true; return true; }