added roundstats with eco info, switched to avatar hash
This commit is contained in:
@@ -5,6 +5,7 @@ package ent
|
||||
import (
|
||||
"csgowtfd/ent/match"
|
||||
"csgowtfd/ent/player"
|
||||
"csgowtfd/ent/roundstats"
|
||||
"csgowtfd/ent/stats"
|
||||
"csgowtfd/ent/weaponstats"
|
||||
"errors"
|
||||
@@ -34,6 +35,7 @@ func columnChecker(table string) func(string) error {
|
||||
checks := map[string]func(string) bool{
|
||||
match.Table: match.ValidColumn,
|
||||
player.Table: player.ValidColumn,
|
||||
roundstats.Table: roundstats.ValidColumn,
|
||||
stats.Table: stats.ValidColumn,
|
||||
weaponstats.Table: weaponstats.ValidColumn,
|
||||
}
|
||||
|
Reference in New Issue
Block a user