mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-26 05:27:21 +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),
|
"--port", strconv.Itoa(f.Port),
|
||||||
"--server-settings", filepath.Join(config.FactorioConfigDir, "server-settings.json"),
|
"--server-settings", filepath.Join(config.FactorioConfigDir, "server-settings.json"),
|
||||||
"--rcon-port", strconv.Itoa(config.FactorioRconPort),
|
"--rcon-port", strconv.Itoa(config.FactorioRconPort),
|
||||||
"--rcon-pass", config.FactorioRconPass,
|
"--rcon-password", config.FactorioRconPass,
|
||||||
}
|
}
|
||||||
|
|
||||||
if f.Savefile == "Load Latest" {
|
if f.Savefile == "Load Latest" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user