mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-11 08:08:53 +08:00
(LpkOpener.ParseGameInit): return success only if there's any entries obtained.
This commit is contained in:
@@ -339,7 +339,7 @@ namespace GameRes.Formats.Lucifen
|
||||
} else
|
||||
++p;
|
||||
}
|
||||
return true;
|
||||
return CurrentFileMap.Count > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user