FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Replace SDKCall_AttribHookValueFloat with TF2Attrib_HookValueFloat #112

Closed FlaminSarge closed 1 year ago

FlaminSarge commented 1 year ago

The extra params on the former were not used by rnd, and it seemed redundant to create an SDKCall for it here when required dep TF2Attributes is already doing the same.

This requires TF2Attributes 1.6.0+ (of which only 1.7.2 has a release), though.

Double-checking that this doesn't change any behavior, but the two SDKCall setups are identical between the plugins so it shouldn't.