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

This reverts commit 39934f1844.
This commit is contained in:
Zachary McAlpin 2020-03-12 22:31:39 -05:00
parent 39934f1844
commit 8b440bdafb

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();