mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
DatItems don't know about removing fields or ORPG
This commit is contained in:
@@ -56,7 +56,7 @@ namespace RombaSharp.Features
|
||||
|
||||
// Diff against the new datfile
|
||||
DatFile intDat = Parser.CreateAndParse(newdat);
|
||||
DatTool.DiffAgainst(datfile, intDat, false);
|
||||
DatFileTool.DiffAgainst(datfile, intDat, false);
|
||||
Writer.Write(intDat, outdat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user