Added translation
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7fdd68d768
commit
8b576fd2bd
2 changed files with 2 additions and 3 deletions
|
@ -160,10 +160,9 @@ auto FlameMod::loadIndexedPackVersion(QJsonObject& obj, bool load_changelog) ->
|
|||
case 6: // Include
|
||||
dependency.type = ModPlatform::DependencyType::INCLUDE;
|
||||
break;
|
||||
default:
|
||||
default:
|
||||
dependency.type = ModPlatform::DependencyType::UNKNOWN;
|
||||
break;
|
||||
|
||||
}
|
||||
file.dependencies.append(dependency);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue