Browse Source
change: remove MultiHome Parameter for sfserver
pull/4643/head
Armin
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
lgsm/config-default/config-lgsm/sfserver/_default.cfg
|
|
@ -16,7 +16,7 @@ port="7777" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
## Game Server Docs | https://satisfactory.fandom.com/wiki/Dedicated_servers |
|
|
|
startparameters="FactoryGame -MultiHome=${ip} -Port=${port} -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -log" |
|
|
|
startparameters="FactoryGame -Port=${port} -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -log" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|