mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename DatItemTool to Setter
This commit is contained in:
@@ -133,7 +133,7 @@ namespace SabreTools.Filtering
|
||||
|
||||
foreach (var datItem in datItems)
|
||||
{
|
||||
DatItemTool.SetFields(datItem.Machine, mappings);
|
||||
Setter.SetFields(datItem.Machine, mappings);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -149,7 +149,7 @@ namespace SabreTools.Filtering
|
||||
|
||||
foreach (var datItem in datItems)
|
||||
{
|
||||
DatItemTool.SetFields(datItem, mappings, null);
|
||||
Setter.SetFields(datItem, mappings, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user