mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-11 13:21:56 +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)
|
||||
{
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_GameQuit();
|
||||
#endif
|
||||
|
||||
if (!netgame || !netbuffer)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue