switched to build-in steam server list

This commit is contained in:
2021-10-27 01:55:01 +02:00
parent 20f95589db
commit 9019a19369
4 changed files with 34 additions and 67 deletions

View File

@@ -44,7 +44,6 @@ type Conf struct {
RatePerSecond int `yaml:"rate_per_sec"`
Sentry string
LoginKey string `yaml:"login_key"`
ServerList string `yaml:"server_list"`
}
Redis struct {
Address string