PazerOP / CastingEssentials

A Team Fortress 2 client plugin that enhances the experience of both casters and viewers.
https://Essentials.tf
BSD 2-Clause "Simplified" License
29 stars 12 forks source link

Fix `C_TFWeaponBase::PostDataUpdate` hook #104

Closed dalegaard closed 6 years ago

dalegaard commented 6 years ago

The offset for a call near instruction had accidentially not been masked out in the signature for this hook, which resulted in breakage after a TF2 update.

This change masks out those four bytes.