mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFIle] Put check back in
This commit is contained in:
@@ -2258,6 +2258,13 @@ namespace SabreTools.Helper
|
||||
|
||||
List<DatItem> roms = dict[key];
|
||||
|
||||
// If we somehow have a null list, just skip it
|
||||
if (roms == null)
|
||||
{
|
||||
logger.Warning("Blank list found for key: " + key);
|
||||
continue;
|
||||
}
|
||||
|
||||
// If we're merging the roms, do so
|
||||
if (mergeroms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user