Fix SP crashing on quit

This commit is contained in:
Federico Cecchetto
2022-02-26 22:09:23 +01:00
parent cba7940bff
commit 6b2563f214
2 changed files with 2 additions and 1 deletions

View File

@ -305,7 +305,7 @@ namespace command
private:
static void add_commands_generic()
{
add("quit", game::Com_Quit_f);
add("quit", game::Quit);
//add("quit_hard", utils::nt::raise_hard_exception); /* this command delivers you to a windows blue screen, its quit hard from windows xD */
add("crash", []()
{