Since exitgame shuts down the server if you are running a dedicated server I may as well allow the hook to run for the dedicated server as well

This commit is contained in:
Zachary McAlpin 2020-03-15 00:54:06 -05:00
parent 7c65577336
commit 766ca2f5a5

View file

@ -4236,7 +4236,7 @@ void Command_ExitGame_f(void)
INT32 i;
#ifdef HAVE_BLUA
if ((maptol) && (!dedicated))
if (maptol)
LUAh_GameQuit();
#endif