Skip to content

Commit

Permalink
Fix port for new update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Oct 28, 2021
1 parent 900472a commit d0222bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-lgsm/sfserver/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beaconport="15000"
port="7777"

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

#### LinuxGSM Settings ####

Expand Down

0 comments on commit d0222bb

Please sign in to comment.