Merge pull request #1052 from flowln/resource_model

This commit is contained in:
Sefa Eyeoglu
2022-08-28 16:52:53 +02:00
committed by GitHub
46 changed files with 2080 additions and 1237 deletions

View File

@ -102,7 +102,7 @@ void EnsureMetadataTask::executeTask()
}
// Folders don't have metadata
if (mod->type() == Mod::MOD_FOLDER) {
if (mod->type() == ResourceType::FOLDER) {
emitReady(mod);
}
}