[DatFile] Use wrapped functions; add Remove overloads

This commit is contained in:
Matt Nadareski
2017-09-25 12:21:52 -07:00
parent 9b4dc660a5
commit 231cc6141f
4 changed files with 126 additions and 125 deletions

View File

@@ -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))