Fix arena bugs

This commit is contained in:
SilicaAndPina 2021-02-18 13:18:06 +13:00
parent 7feec48b0c
commit ebb5b0edf8
2 changed files with 14 additions and 5 deletions

View file

@ -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)