Merge pull request #60 from sean-callahan/settings-map

Make FactorioServer.Settings use a map instead of a struct
This commit is contained in:
Mitch Roote 2016-11-01 19:01:38 -04:00 committed by GitHub
commit c633da7316

View File

@ -104,6 +104,8 @@ func main() {
defer logFile.Close()
log.SetOutput(logFile)
var err error
// Initialize Factorio Server struct
FactorioServ, err = initFactorio()
if err != nil {