mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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;
|
converted = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (jsprof.version == 2)
|
if (jsprof.version < 3)
|
||||||
{
|
{
|
||||||
// Version 2 -> 3:
|
// Version 2 -> 3:
|
||||||
// - Auto Roulette is turned off again so people have to see the warning message
|
// - Auto Roulette is turned off again so people have to see the warning message
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue