Added translation
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user