mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +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);
|
||||
extratimeintics = secretextratime = 0;
|
||||
|
||||
#ifdef HAVE_DISCORDRPC
|
||||
DRPC_UpdatePresence();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue