mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-11 21:32:17 +00:00
No longer call LUAh_GameQuit in D_QuitNetGame
This commit is contained in:
parent
4d7f64a53d
commit
4d144f2e40
1 changed files with 0 additions and 4 deletions
|
@ -3188,10 +3188,6 @@ static inline void SV_GenContext(void)
|
||||||
//
|
//
|
||||||
void D_QuitNetGame(void)
|
void D_QuitNetGame(void)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_BLUA
|
|
||||||
LUAh_GameQuit();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!netgame || !netbuffer)
|
if (!netgame || !netbuffer)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue