tracking tickrate

This commit is contained in:
2022-02-03 16:27:29 +01:00
parent ff0ea43cea
commit 182c7d8fc1
12 changed files with 352 additions and 3 deletions

View File

@@ -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 (