mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 03:11:03 +00:00
Don't execute LUAh_GameQuit in Command_ExitGame_f if you are in a multiplayer game
This commit is contained in:
parent
2b16971137
commit
bef49f5660
1 changed files with 2 additions and 1 deletions
|
@ -4236,7 +4236,8 @@ void Command_ExitGame_f(void)
|
|||
INT32 i;
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_GameQuit();
|
||||
if (!multiplayer)
|
||||
LUAh_GameQuit();
|
||||
#endif
|
||||
|
||||
D_QuitNetGame();
|
||||
|
|
Loading…
Reference in a new issue