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
@@ -181,7 +181,7 @@ namespace BNetServer
}
[AttributeUsage(AttributeTargets.Method)]
public sealed class ServiceAttribute : System.Attribute
public sealed class ServiceAttribute : Attribute
{
public uint ServiceHash { get; set; }
public uint MethodId { get; set; }