mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Quick fix
This commit is contained in:
parent
a6951ec000
commit
31102bcc37
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ namespace FirstPlugin
|
|||
{
|
||||
get
|
||||
{
|
||||
if (Hashes.Count == 0)
|
||||
if (hashes.Count == 0)
|
||||
CreateHashList();
|
||||
return Hashes;
|
||||
return hashes;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue