mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
Do not run Overtime ACS outside of GTR_OVERTIME or during Prisons
This commit is contained in:
parent
958b2c68da
commit
adf58933b3
1 changed files with 2 additions and 1 deletions
|
|
@ -1081,7 +1081,8 @@ void P_Ticker(boolean run)
|
||||||
ACS_RunPositionScript();
|
ACS_RunPositionScript();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (timelimitintics > 0 && leveltime == (timelimitintics + starttime + 1))
|
if ((gametyperules & GTR_OVERTIME) && !battleprisons &&
|
||||||
|
timelimitintics > 0 && leveltime == (timelimitintics + starttime + 1))
|
||||||
{
|
{
|
||||||
ACS_RunOvertimeScript();
|
ACS_RunOvertimeScript();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue