Revert "Don't execute LUAh_GameQuit in Command_ExitGame_f if you are in a multiplayer game"

This reverts commit bef49f5660.
This commit is contained in:
Zachary McAlpin 2020-03-12 22:31:39 -05:00
parent bef49f5660
commit 7ec241c59e

View file

@ -4236,8 +4236,7 @@ void Command_ExitGame_f(void)
INT32 i;
#ifdef HAVE_BLUA
if (!multiplayer)
LUAh_GameQuit();
LUAh_GameQuit();
#endif
D_QuitNetGame();