mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-10 04:19:38 +02:00
Merge pull request #60 from sean-callahan/settings-map
Make FactorioServer.Settings use a map instead of a struct
This commit is contained in:
commit
c633da7316
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user