mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Oops, go straight to evaluation if not in a netgame
serverrunning means that you are actually the server.
This commit is contained in:
parent
6363162826
commit
1d6fbed871
1 changed files with 1 additions and 1 deletions
|
|
@ -2019,7 +2019,7 @@ boolean G_Responder(event_t *ev)
|
|||
if (F_CreditResponder(ev))
|
||||
{
|
||||
// Skip credits for everyone
|
||||
if (! serverrunning)/* hahahahahaha */
|
||||
if (! netgame)
|
||||
F_StartGameEvaluation();
|
||||
else if (server || IsPlayerAdmin(consoleplayer))
|
||||
SendNetXCmd(XD_EXITLEVEL, NULL, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue