mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove MachineType.None (dupe of NULL)
This commit is contained in:
@@ -150,7 +150,7 @@ namespace SabreTools.Library.DatFiles
|
||||
bool containsItems = false;
|
||||
Machine machine = new Machine()
|
||||
{
|
||||
MachineType = MachineType.None,
|
||||
MachineType = MachineType.NULL,
|
||||
};
|
||||
|
||||
// If there's no subtree to the header, skip it
|
||||
|
||||
Reference in New Issue
Block a user