mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-13 14:20:59 +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,7 +4236,6 @@ void Command_ExitGame_f(void)
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
if (!multiplayer)
|
|
||||||
LUAh_GameQuit();
|
LUAh_GameQuit();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue