Fixed PrimitiveHasher cash regarding uint
This commit is contained in:
parent
0b1146ea33
commit
52c4b4e0ef
@ -28,7 +28,7 @@ namespace MLAPI.NetworkingManagerComponents.Binary
|
||||
public static ulong GetUIntHash(string input, bool cache = false)
|
||||
{
|
||||
if (cache && uintCachedHashes.ContainsKey(input))
|
||||
return ulongCachedHashes[input];
|
||||
return uintCachedHashes[input];
|
||||
|
||||
using (SHA256Managed sha = new SHA256Managed())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user