File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,13 +568,13 @@ void ModItem::onViewError(CCObject*) {
568
568
" the mod</c> that supports the newer version." ;
569
569
} break ;
570
570
571
- case LoadProblem::Type::UnsupportedGeodeVersion : {
571
+ case LoadProblem::Type::NeedsNewerGeodeVersion : {
572
572
issue = " This mod is made for a <cp>newer version of Geode</c>." ;
573
573
howToFix = " <cp>update Geode</c> by enabling <co>Automatic Updates</c> "
574
574
" or redownloading it from the Geode website." ;
575
575
} break ;
576
576
577
- case LoadProblem::Type::NeedsNewerGeodeVersion : {
577
+ case LoadProblem::Type::UnsupportedGeodeVersion : {
578
578
issue = " This mod is made for an <cy>older version of Geode</c>." ;
579
579
howToFix = " wait for the developer to <cj>release an update to "
580
580
" the mod</c> that supports the newer version." ;
You can’t perform that action at this time.
0 commit comments