mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItem] Missed an else
This commit is contained in:
@@ -298,7 +298,7 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
|
||||
// If we've gotten here and we have a Rom, sort by CRC
|
||||
if (_itemType == ItemType.Rom)
|
||||
else if (_itemType == ItemType.Rom)
|
||||
{
|
||||
key = ((Rom)this).CRC;
|
||||
datdata.BucketByCRC(false, logger, false);
|
||||
|
||||
Reference in New Issue
Block a user