diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 582e4d0a3..498aebad2 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4236,7 +4236,7 @@ void Command_ExitGame_f(void) INT32 i; #ifdef HAVE_BLUA - if ((maptol) && (!dedicated)) + if (maptol) LUAh_GameQuit(); #endif