mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Fix add buddy booting u out of horses menu and others
This commit is contained in:
parent
cee5dafdc5
commit
cbba3bd74a
1 changed files with 5 additions and 2 deletions
|
@ -104,8 +104,11 @@ namespace HISP.Player
|
|||
userToFriend.LoggedinClient.SendPacket(nowFriendsOther);
|
||||
baseUser.LoggedinClient.SendPacket(nowFriendsMsg);
|
||||
|
||||
GameServer.UpdateArea(baseUser.LoggedinClient);
|
||||
GameServer.UpdateArea(userToFriend.LoggedinClient);
|
||||
if(!baseUser.MajorPriority)
|
||||
GameServer.UpdateArea(baseUser.LoggedinClient);
|
||||
|
||||
if (!userToFriend.MajorPriority)
|
||||
GameServer.UpdateArea(userToFriend.LoggedinClient);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue