Fix sarc's breaking from hashes calculating wrong
This commit is contained in:
parent
60a8cca957
commit
bbd3c89e18
@ -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.
Loading…
Reference in New Issue
Block a user