From c315b19083df09fdaf139eabfb36db0c2c6ec569 Mon Sep 17 00:00:00 2001 From: Zachary McAlpin Date: Thu, 12 Mar 2020 19:59:50 -0500 Subject: [PATCH] No longer call LUAh_GameQuit in D_QuitNetGame --- src/d_clisrv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 0cdf3fb73..ae9b91ec5 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -3188,10 +3188,6 @@ static inline void SV_GenContext(void) // void D_QuitNetGame(void) { -#ifdef HAVE_BLUA - LUAh_GameQuit(); -#endif - if (!netgame || !netbuffer) return;