nosoop / SM-TFAttributeSupport

A SourceMod plugin that improves support for official TF2 attributes.
GNU General Public License v3.0
12 stars 4 forks source link

Roll back implementation of player attribute cache clearing #15

Closed nosoop closed 1 year ago

nosoop commented 1 year ago

Today's update brings in the speed update / attribute cache clearing functionality to ApplyAttributeToPlayer and RemoveAttributeFromPlayer, so 0a630a138a8d15ca79d68f858efa7e5676e3c852 is no longer needed.

nosoop commented 1 year ago

Got around to testing, and it does appear that the game still uses stale values if the value is retrieved from non-player entities. So it turns out only the speed updating functionality can be dropped from this plugin.

nosoop commented 1 year ago

Fixed with 4b379793084e10b5b469f17c58cdc2ebd141e6ba.