Promote Configuration

This commit is contained in:
Matt Nadareski
2020-09-01 11:55:11 -07:00
parent 4204cf8457
commit ca66e07986
8 changed files with 448 additions and 272 deletions

View File

@@ -105,7 +105,7 @@ namespace SabreTools.Library.DatItems
public override bool Equals(DatItem other)
{
// If we don't have a BiosSet, return false
// If we don't have a Adjuster, return false
if (ItemType != other.ItemType)
return false;