added spray patterns
This commit is contained in:
@@ -25,10 +25,11 @@ type config struct {
|
||||
// hooks per client, for fast access.
|
||||
type hooks struct {
|
||||
Match []ent.Hook
|
||||
MatchPlayer []ent.Hook
|
||||
Player []ent.Hook
|
||||
RoundStats []ent.Hook
|
||||
Stats []ent.Hook
|
||||
WeaponStats []ent.Hook
|
||||
Spray []ent.Hook
|
||||
Weapon []ent.Hook
|
||||
}
|
||||
|
||||
// Options applies the options on the config object.
|
||||
|
Reference in New Issue
Block a user