No longer call LUAh_GameQuit in D_QuitNetGame

This commit is contained in:
Zachary McAlpin 2020-03-12 19:59:50 -05:00
parent 4d7f64a53d
commit 4d144f2e40

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;