mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix arena bugs
This commit is contained in:
parent
7feec48b0c
commit
ebb5b0edf8
2 changed files with 14 additions and 5 deletions
|
@ -5965,6 +5965,9 @@ namespace HISP.Server
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
forClient.LoggedinUser.MetaPriority = false;
|
||||
|
||||
string LocationStr = "";
|
||||
if (!World.InSpecialTile(forClient.LoggedinUser.X, forClient.LoggedinUser.Y))
|
||||
{
|
||||
|
@ -5986,7 +5989,6 @@ namespace HISP.Server
|
|||
|
||||
byte[] AreaMessage = PacketBuilder.CreateMetaPacket(LocationStr);
|
||||
forClient.SendPacket(AreaMessage);
|
||||
forClient.LoggedinUser.MetaPriority = false;
|
||||
|
||||
}
|
||||
public static void UpdateStats(GameClient client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue