Skip to content

Commit

Permalink
fix(sf): add multihome parameter (GameServerManagers#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3o66 authored and jusito committed Aug 24, 2022
1 parent f6e112a commit 764acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/sfserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beaconport="15000"
port="7777"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="FactoryGame -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log -unattended"
startparameters="FactoryGame -multihome=${ip} -ServerQueryPort=${queryport} -BeaconPort=${beaconport} -Port=${port} -log -unattended"

#### LinuxGSM Settings ####

Expand Down

0 comments on commit 764acbd

Please sign in to comment.