@@ -45,7 +45,9 @@ func main() {
srv = &ServerTTD{
Config: cfg.Server,
Data: &ServerDataTTD{},
Data: &ServerDataTTD{
Started: cfg.Game.Started,
},
Status: &ServerStatusTTD{},
}
go srv.Start()
The note is not visible to the blocked user.