1
0
mirror of synced 2024-11-28 09:20:57 +01:00

Fix sarc's breaking from hashes calculating wrong

This commit is contained in:
KillzXGaming 2019-10-17 19:42:07 -04:00
parent 60a8cca957
commit bbd3c89e18
3 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ namespace FirstPlugin
get
{
if (hashName == null || NameChanged)
hashName = NameHash(FileName).ToString("X");
hashName = NameHash(FileName).ToString("X8");
return hashName;
}

Binary file not shown.

Binary file not shown.