Remove deprecated flags change

This commit is contained in:
cx384 2024-04-01 01:00:53 +02:00
parent 25fec43c42
commit 864572cd83
1 changed files with 0 additions and 2 deletions

View File

@ -1787,8 +1787,6 @@ void Server::SendHUDSetFlags(session_t peer_id, u32 flags, u32 mask)
{
NetworkPacket pkt(TOCLIENT_HUD_SET_FLAGS, 4 + 4, peer_id);
flags &= ~(HUD_FLAG_HEALTHBAR_VISIBLE | HUD_FLAG_BREATHBAR_VISIBLE);
pkt << flags << mask;
Send(&pkt);