Skip to content

Commit

Permalink
only for testing <3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLohrer committed Nov 17, 2024
1 parent 6c37b75 commit 1a2e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/profilesStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function fetchProfiles() {
});

// Custom mods bug migration
if (parseInt(get(version).split(".")[2] ?? "-1") > 12) {
if (parseInt(get(version).split(".")[2] ?? "-1") >= 12) {
const launcherProfiles = get(profiles);
const todo = [launcherProfiles.mainProfiles, launcherProfiles.experimentalProfiles];
await Promise.all(
Expand Down

0 comments on commit 1a2e3f6

Please sign in to comment.