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:
@@ -426,7 +426,7 @@ namespace RombaSharp
|
||||
string hash = sldr.GetString(0);
|
||||
if (datroot.ContainsKey(hash))
|
||||
{
|
||||
datroot[hash] = null;
|
||||
datroot.Remove(hash);
|
||||
databaseDats.Add(hash);
|
||||
}
|
||||
else if (!databaseDats.Contains(hash))
|
||||
|
||||
Reference in New Issue
Block a user