(svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 17 years ago
parent 045a51ce62
commit 8367e16809

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

Loading…
Cancel
Save