mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
c76dfdf3c2
commit
9ca79b4d8b
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…
Add table
Reference in a new issue