Fixed changing realms. Temp fix till i can come up with a better way.

This commit is contained in:
hondacrx
2017-06-29 17:40:20 -04:00
parent 58aac94c93
commit c89fbd8ae5
7 changed files with 253 additions and 172 deletions
-1
View File
@@ -43,7 +43,6 @@ namespace BNetServer.Services
public void Dispatch(Session session, uint serviceHash, uint token, uint methodId, CodedInputStream stream)
{
Log.outInfo(LogFilter.Server, "ServiceHash = {0}, methodId = {1}", serviceHash, methodId);
var action = _dispatchers.LookupByKey(serviceHash);
if (action != null)
action(session, serviceHash, token, methodId, stream);