We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6e323 commit f91db9fCopy full SHA for f91db9f
LiteNetLib/Utils/NetPacketProcessor.cs
@@ -13,7 +13,7 @@ private static class HashCache<T>
13
static HashCache()
14
{
15
ulong hash = 14695981039346656037UL; //offset
16
- string typeName = typeof(T).FullName;
+ string typeName = typeof(T).ToString();
17
for (var i = 0; i < typeName.Length; i++)
18
19
hash ^= typeName[i];
0 commit comments