mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 11:05:08 -05:00
Merge branch 'v4' of https://github.com/geode-sdk/geode into v4
This commit is contained in:
commit
5c85b3c48d
1 changed files with 2 additions and 2 deletions
|
@ -568,13 +568,13 @@ void ModItem::onViewError(CCObject*) {
|
|||
"the mod</c> that supports the newer version.";
|
||||
} break;
|
||||
|
||||
case LoadProblem::Type::UnsupportedGeodeVersion: {
|
||||
case LoadProblem::Type::NeedsNewerGeodeVersion: {
|
||||
issue = "This mod is made for a <cp>newer version of Geode</c>.";
|
||||
howToFix = "<cp>update Geode</c> by enabling <co>Automatic Updates</c> "
|
||||
"or redownloading it from the Geode website.";
|
||||
} break;
|
||||
|
||||
case LoadProblem::Type::NeedsNewerGeodeVersion: {
|
||||
case LoadProblem::Type::UnsupportedGeodeVersion: {
|
||||
issue = "This mod is made for an <cy>older version of Geode</c>.";
|
||||
howToFix = "wait for the developer to <cj>release an update to "
|
||||
"the mod</c> that supports the newer version.";
|
||||
|
|
Loading…
Reference in a new issue