Client: assume ENT_WEAPON = HLWeapon

This commit is contained in:
Marco Cawthorne 2024-07-30 14:27:15 -07:00
parent f2c1d92fba
commit 802ce3a478
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -21,6 +21,9 @@ ClientGame_EntityUpdate(float id, float new)
case ENT_PLAYER:
NSENTITY_READENTITY(TFPlayer, new)
break;
case ENT_WEAPON:
NSENTITY_READENTITY(HLWeapon, new)
break;
default:
return (0);
}