Merge pull request #428 from DioEgizio/fixes-to-CI

This commit is contained in:
flow
2022-11-14 14:16:01 -08:00
committed by GitHub
6 changed files with 47 additions and 23 deletions

View File

@ -121,7 +121,7 @@ ModDetails ReadMCModTOML(QByteArray contents)
return {};
}
auto modsTable = tomlModsTable0->as_table();
if (!tomlModsTable0) {
if (!modsTable) {
qWarning() << "Corrupted mods.toml? [[mods]] was not a table!";
return {};
}