final start/reset touches

This commit is contained in:
shoopea
2021-12-04 13:39:15 +08:00
parent 84579af511
commit acf58c99ef
4 changed files with 17 additions and 19 deletions

View File

@@ -45,9 +45,7 @@ func main() {
srv = &ServerTTD{
Config: cfg.Server,
Data: &ServerDataTTD{
Started: cfg.Game.Started,
},
Data: &ServerDataTTD{},
Status: &ServerStatusTTD{},
}
go srv.Start()