mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-21 13:01:18 +00:00
Changed == 2 to < 3
@jartha · 25 minutes ago Should be jsprof.version < 3 to upgrade 2.0 profiles too.
This commit is contained in:
parent
544125bb99
commit
1d596ac6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ void PR_LoadProfiles(void)
|
|||
converted = true;
|
||||
}
|
||||
|
||||
if (jsprof.version == 2)
|
||||
if (jsprof.version < 3)
|
||||
{
|
||||
// Version 2 -> 3:
|
||||
// - Auto Roulette is turned off again so people have to see the warning message
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue