mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 20:56:43 +00:00
Remove extra tokens if we got all 7 emeroods
This commit is contained in:
parent
2cfe5e3425
commit
0723383587
1 changed files with 3 additions and 0 deletions
|
|
@ -3739,7 +3739,10 @@ static void G_DoCompleted(void)
|
|||
}
|
||||
|
||||
if (i == 7)
|
||||
{
|
||||
gottoken = false;
|
||||
token = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (spec && !gottoken)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue