Revert "Call LUAh_GameQuit in Command_ExitGame_f"

This reverts commit 2b16971137.
This commit is contained in:
Zachary McAlpin 2020-03-12 22:31:48 -05:00
parent 7ec241c59e
commit f97187f59b

View file

@ -4235,10 +4235,6 @@ void Command_ExitGame_f(void)
{
INT32 i;
#ifdef HAVE_BLUA
LUAh_GameQuit();
#endif
D_QuitNetGame();
CL_Reset();
CV_ClearChangedFlags();