fix(core): Converts MobileUpdate packet (#369)

- [X] Converts mobile update packet
This commit is contained in:
Kamron Batman 2020-12-28 01:50:17 -08:00 committed by GitHub
parent 3d98e6e193
commit 9d4161b3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 72 additions and 106 deletions

View file

@ -473,8 +473,7 @@ namespace Server.Network
return;
}
state.Send(new MobileUpdate(from, state.StygianAbyss));
state.SendMobileUpdate(from);
state.Send(new MobileIncoming(state, from, from));
from.SendEverything();