added roundstats with eco info, switched to avatar hash

This commit is contained in:
2021-10-17 03:52:20 +02:00
parent 7f5a2f8956
commit fd8c026a8e
35 changed files with 4187 additions and 160 deletions

View File

@@ -26,6 +26,7 @@ type config struct {
type hooks struct {
Match []ent.Hook
Player []ent.Hook
RoundStats []ent.Hook
Stats []ent.Hook
WeaponStats []ent.Hook
}