From 586c05389ddddf98f11b8e5556098585d5dacc43 Mon Sep 17 00:00:00 2001 From: Zachary McAlpin Date: Thu, 12 Mar 2020 22:31:48 -0500 Subject: [PATCH] Revert "Call LUAh_GameQuit in Command_ExitGame_f" This reverts commit 57dc2df60a388dae6d0c9dc647ff8a63d4d23849. --- src/d_netcmd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index eca80907a..c6ea974ae 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4235,10 +4235,6 @@ void Command_ExitGame_f(void) { INT32 i; -#ifdef HAVE_BLUA - LUAh_GameQuit(); -#endif - D_QuitNetGame(); CL_Reset(); CV_ClearChangedFlags();