Core/Realms: Fix not being able to return to realm list.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user