mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-24 05:17:24 +02:00
Merge pull request #86 from tmathmeyer/master
change --rcon-pass argument to --rcon-password
This commit is contained in:
commit
f3da424820
@ -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" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user