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