fixes to the failing test systems

This commit is contained in:
1jamie
2026-08-13 17:44:45 -05:00
parent 500d8c2c07
commit 35d44efb8b
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -1666,7 +1666,7 @@ function RomImporter:_installMod(source)
if not checkTarget and type(res) == "string" then
checkTarget = { id = res }
end
if checkTarget then
if checkTarget and LauncherMods.checkDependencies then
local depCheck = LauncherMods.checkDependencies(checkTarget)
if depCheck and depCheck.hasIssues then
self._modDepResolver = depCheck