VITA/NX: Fix Weapon_Name_Touch not being sent to client

This commit is contained in:
cypress 2023-11-15 19:58:08 -05:00
parent 80f88c7c02
commit 46e1838d96

View file

@ -841,6 +841,9 @@ void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg)
if (ent->v.Weapon_Name)
bits |= SU_WEAPONNAME;
if (ent->v.Weapon_Name_Touch)
bits |= SU_TOUCHNAME;
//if (ent->v.ADS_Offset[0])
// bits |= SU_ADSOFS;