rename VALID_RESOURCES static variable
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
6f23c6ea41
commit
b60b577d25
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ void MainWindow::processURLs(QList<QUrl> urls)
|
|||
|
||||
auto type = ResourceUtils::identify(localFileInfo);
|
||||
|
||||
if (ModPlatform::ResourceTypeUtils::ValidResources.count(type) == 0) { // probably instance/modpack
|
||||
if (ModPlatform::ResourceTypeUtils::VALID_RESOURCES.count(type) == 0) { // probably instance/modpack
|
||||
addInstance(localFileName, extra_info);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue