mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Use wrapped functions; add Remove overloads
This commit is contained in:
@@ -327,7 +327,8 @@ namespace SabreTools.Library.Dats
|
||||
// If we're in removal mode, replace the list with the new one
|
||||
if (remove)
|
||||
{
|
||||
datdata[key] = left;
|
||||
datdata.Remove(key);
|
||||
datdata.AddRange(key, left);
|
||||
}
|
||||
|
||||
return output;
|
||||
|
||||
Reference in New Issue
Block a user