mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Modify "Contains" a little
This commit is contained in:
@@ -424,7 +424,7 @@ namespace RombaSharp
|
||||
{
|
||||
sldr.Read();
|
||||
string hash = sldr.GetString(0);
|
||||
if (datroot.ContainsKey(hash))
|
||||
if (datroot.Contains(hash))
|
||||
{
|
||||
datroot.Remove(hash);
|
||||
databaseDats.Add(hash);
|
||||
|
||||
Reference in New Issue
Block a user