tracking tickrate
This commit is contained in:
@@ -33,6 +33,8 @@ const (
|
||||
FieldGamebanPresent = "gameban_present"
|
||||
// FieldDecryptionKey holds the string denoting the decryption_key field in the database.
|
||||
FieldDecryptionKey = "decryption_key"
|
||||
// FieldTickRate holds the string denoting the tick_rate field in the database.
|
||||
FieldTickRate = "tick_rate"
|
||||
// EdgeStats holds the string denoting the stats edge name in mutations.
|
||||
EdgeStats = "stats"
|
||||
// EdgePlayers holds the string denoting the players edge name in mutations.
|
||||
@@ -69,6 +71,7 @@ var Columns = []string{
|
||||
FieldVacPresent,
|
||||
FieldGamebanPresent,
|
||||
FieldDecryptionKey,
|
||||
FieldTickRate,
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user