No longer call LUAh_GameQuit in D_QuitNetGame

This commit is contained in:
Zachary McAlpin 2020-03-12 19:59:50 -05:00
parent 15aae435db
commit c315b19083

View file

@ -3188,10 +3188,6 @@ static inline void SV_GenContext(void)
//
void D_QuitNetGame(void)
{
#ifdef HAVE_BLUA
LUAh_GameQuit();
#endif
if (!netgame || !netbuffer)
return;