diff --git a/src/d_netcmd.c b/src/d_netcmd.c index eca80907a..8d21d62a2 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4236,7 +4236,8 @@ void Command_ExitGame_f(void) INT32 i; #ifdef HAVE_BLUA - LUAh_GameQuit(); + if (!multiplayer) + LUAh_GameQuit(); #endif D_QuitNetGame();