-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Currently supstats2 isn't emitting accuracy shot_fired / shot_hit log lines for the shortstop or baby face's blaster. I suspect that the same issue applies for the soda popper. These weapons don't use item_class "tf_weapon_scattergun".
Just wondering if we can add the relevant item classes to the shot type trie:
F2s-sourcemod-plugins/supstats2/supstats2.sp
Line 231 in 921dcb3
| g_tShotTypes.SetValue("tf_weapon_scattergun", SHOT_HITSCAN); |
Same issue applies for scout secondaries such as the winger and the pbpp, which use item class "tf_weapon_handgun_scout_secondary".
F2s-sourcemod-plugins/supstats2/supstats2.sp
Line 236 in 921dcb3
| g_tShotTypes.SetValue("tf_weapon_pistol_scout", SHOT_HITSCAN); |
Please let me know if you are happy to take a PR or just make the changes yourself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels