mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No longer call LUAh_GameQuit in D_QuitNetGame
This commit is contained in:
parent
15aae435db
commit
c315b19083
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…
Add table
Reference in a new issue