mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix codeql
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
76ba65a113
commit
f943331e39
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ ModDetails ReadMCModTOML(QByteArray contents)
|
|||
continue;
|
||||
}
|
||||
auto modId = (*dep_table)["modId"].as_string();
|
||||
if (!modId || ignoreModIds.contains(modId->get())) {
|
||||
if (!modId || ignoreModIds.contains(QString::fromStdString(modId->get()))) {
|
||||
continue;
|
||||
}
|
||||
if (isNeoForgeDep(dep_table) || isForgeDep(dep_table)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue