Quick fix

This commit is contained in:
KillzXGaming 2020-04-16 16:31:05 -04:00
parent a6951ec000
commit 31102bcc37

View file

@ -59,9 +59,9 @@ namespace FirstPlugin
{
get
{
if (Hashes.Count == 0)
if (hashes.Count == 0)
CreateHashList();
return Hashes;
return hashes;
}
}