From 8b440bdafbd4b0385b1667a87cd44b05b2f16099 Mon Sep 17 00:00:00 2001 From: Zachary McAlpin Date: Thu, 12 Mar 2020 22:31:39 -0500 Subject: [PATCH] Revert "Don't execute LUAh_GameQuit in Command_ExitGame_f if you are in a multiplayer game" This reverts commit 39934f1844b941aec8ebe27a92aeae27843ed2fa. --- src/d_netcmd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 8d21d62a2..eca80907a 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4236,8 +4236,7 @@ void Command_ExitGame_f(void) INT32 i; #ifdef HAVE_BLUA - if (!multiplayer) - LUAh_GameQuit(); + LUAh_GameQuit(); #endif D_QuitNetGame();