From 1d596ac6a548e479b9d434218bce03584e99063f Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sat, 4 May 2024 00:55:02 -0400 Subject: [PATCH] Changed == 2 to < 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @jartha ยท 25 minutes ago Should be jsprof.version < 3 to upgrade 2.0 profiles too. --- src/k_profiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_profiles.cpp b/src/k_profiles.cpp index a421a692c..1076cfc78 100644 --- a/src/k_profiles.cpp +++ b/src/k_profiles.cpp @@ -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