Core/Realms: Fix not being able to return to realm list.

This commit is contained in:
hondacrx
2021-01-21 14:59:11 -05:00
parent 43b298b830
commit 25e9382c6f
7 changed files with 147 additions and 266 deletions
@@ -116,7 +116,7 @@ namespace Game.Networking.Packets
public Array<byte> Secret = new Array<byte>(32);
}
struct MethodCall
public struct MethodCall
{
public uint GetServiceHash() { return (uint)(Type >> 32); }
public uint GetMethodId() { return (uint)(Type & 0xFFFFFFFF); }