save eco/stats and add save trigger
This commit is contained in:
@@ -44,10 +44,11 @@ type ClientConfig struct {
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Server *ServerConfig `json:"server"`
|
||||
Telegram *TelegramConfig `json:"telegram"`
|
||||
Game *GameConfig `json:"game"`
|
||||
Clients map[int]*ClientConfig `json:"clients"`
|
||||
Server *ServerConfig `json:"server"`
|
||||
Telegram *TelegramConfig `json:"telegram"`
|
||||
Game *GameConfig `json:"game"`
|
||||
Clients map[int]*ClientConfig `json:"clients"`
|
||||
Stats map[uint8]map[string]*Stat `json:"stats"`
|
||||
}
|
||||
|
||||
// Init values for a config based on package defaults
|
||||
|
||||
Reference in New Issue
Block a user