mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 07:22:54 +00:00
No start awards in Special
This commit is contained in:
parent
2270813eee
commit
14c82a9f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -2067,7 +2067,7 @@ static void K_HandleLapIncrement(player_t *player)
|
|||
K_UpdateAllPlayerPositions(); // P_DoPlayerExit calls this
|
||||
}
|
||||
|
||||
if (!G_TimeAttackStart() && player->laps == 1 && lapisfresh)
|
||||
if (!G_TimeAttackStart() && !(gametyperules & GTR_ROLLINGSTART) && player->laps == 1 && lapisfresh)
|
||||
{
|
||||
if (rainbowstartavailable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue