mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
If timelimit is set while being modified (extremely unlikely but technically possible), stop adding extra time.
This commit is contained in:
parent
31bba30dcc
commit
02884d235c
1 changed files with 1 additions and 0 deletions
|
|
@ -4985,6 +4985,7 @@ static void TimeLimit_OnChange(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
timelimitintics = cv_timelimit.value * (60*TICRATE);
|
timelimitintics = cv_timelimit.value * (60*TICRATE);
|
||||||
|
extratimeintics = secretextratime = 0;
|
||||||
|
|
||||||
#ifdef HAVE_DISCORDRPC
|
#ifdef HAVE_DISCORDRPC
|
||||||
DRPC_UpdatePresence();
|
DRPC_UpdatePresence();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue