[FEATURE] Detailed stats about player weapon usage and hitgroups (#1)
Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1 Co-authored-by: Giovanni Harting <539@idlegandalf.com> Co-committed-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
@@ -24,9 +24,10 @@ type config struct {
|
||||
|
||||
// hooks per client, for fast access.
|
||||
type hooks struct {
|
||||
Match []ent.Hook
|
||||
Player []ent.Hook
|
||||
Stats []ent.Hook
|
||||
Match []ent.Hook
|
||||
Player []ent.Hook
|
||||
Stats []ent.Hook
|
||||
WeaponStats []ent.Hook
|
||||
}
|
||||
|
||||
// Options applies the options on the config object.
|
||||
|
Reference in New Issue
Block a user