Fixed mapping of color in configuration.

This commit is contained in:
Sascha L. Teichmann 2022-03-02 00:15:30 +01:00
parent c17bca9c94
commit f533ed71e7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type config struct {
MapDir string `toml:"map"`
RedisPort int `toml:"redis_port"`
RedisHost string `toml:"redis_host"`
ColorsFile string `toml:"update_hosts"`
ColorsFile string `toml:"colors"`
BGColor string `toml:"background"`
Workers int `toml:"workers"`
Transparent bool `toml:"transparent"`