mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 03:11:03 +00:00
Since exitgame shuts down the server if you are running a dedicated server I may as well allow the hook to run for the dedicated server as well
This commit is contained in:
parent
7c65577336
commit
766ca2f5a5
1 changed files with 1 additions and 1 deletions
|
@ -4236,7 +4236,7 @@ void Command_ExitGame_f(void)
|
|||
INT32 i;
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
if ((maptol) && (!dedicated))
|
||||
if (maptol)
|
||||
LUAh_GameQuit();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue