Skip to content

Commit 6d13f78

Browse files
committed
fix outdated geode error swap
1 parent 9b95301 commit 6d13f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loader/src/ui/mods/list/ModItem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,13 +568,13 @@ void ModItem::onViewError(CCObject*) {
568568
"the mod</c> that supports the newer version.";
569569
} break;
570570

571-
case LoadProblem::Type::UnsupportedGeodeVersion: {
571+
case LoadProblem::Type::NeedsNewerGeodeVersion: {
572572
issue = "This mod is made for a <cp>newer version of Geode</c>.";
573573
howToFix = "<cp>update Geode</c> by enabling <co>Automatic Updates</c> "
574574
"or redownloading it from the Geode website.";
575575
} break;
576576

577-
case LoadProblem::Type::NeedsNewerGeodeVersion: {
577+
case LoadProblem::Type::UnsupportedGeodeVersion: {
578578
issue = "This mod is made for an <cy>older version of Geode</c>.";
579579
howToFix = "wait for the developer to <cj>release an update to "
580580
"the mod</c> that supports the newer version.";

0 commit comments

Comments
 (0)