mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-30 02:06:27 +00:00
Revert "Don't execute LUAh_GameQuit in Command_ExitGame_f if you are in a multiplayer game"
This reverts commit 39934f1844.
This commit is contained in:
parent
39934f1844
commit
8b440bdafb
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…
Add table
Reference in a new issue