mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Replace usages of Name field (nw)
This commit is contained in:
@@ -171,7 +171,6 @@ namespace SabreTools.DatItems.Formats
|
||||
{
|
||||
var rom = new Rom()
|
||||
{
|
||||
Name = $"{this.Id}.{this.Extension}",
|
||||
ItemType = ItemType.Rom,
|
||||
DupeType = this.DupeType,
|
||||
|
||||
@@ -184,6 +183,7 @@ namespace SabreTools.DatItems.Formats
|
||||
SHA1 = this.SHA1,
|
||||
SHA256 = this.SHA256,
|
||||
};
|
||||
rom.SetName($"{this.Id}.{this.Extension}");
|
||||
|
||||
return rom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user