added vac/gameban marker for matches
This commit is contained in:
@@ -25,6 +25,8 @@ func (Match) Fields() []ent.Field {
|
||||
field.Int("match_result"),
|
||||
field.Int("max_rounds"),
|
||||
field.Bool("demo_parsed").Default(false),
|
||||
field.Bool("vac_present").Default(false),
|
||||
field.Bool("gameban_present").Default(false),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user