Merge pull request #86 from tmathmeyer/master

change --rcon-pass argument to --rcon-password
This commit is contained in:
Mitch Roote 2017-12-21 10:36:32 -05:00 committed by GitHub
commit f3da424820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ func (f *FactorioServer) Run() error {
"--port", strconv.Itoa(f.Port),
"--server-settings", filepath.Join(config.FactorioConfigDir, "server-settings.json"),
"--rcon-port", strconv.Itoa(config.FactorioRconPort),
"--rcon-pass", config.FactorioRconPass,
"--rcon-password", config.FactorioRconPass,
}
if f.Savefile == "Load Latest" {