Skip to content

Commit ed12e6c

Browse files
authored
fix: tfcserver/_default.cfg Ip flag (#3859)
`_ip` => `+ip`
1 parent 9e77ca2 commit ed12e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/config-default/config-lgsm/tfcserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaultmap="dustbowl"
1616
maxplayers="16"
1717

1818
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
19-
startparameters="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
19+
startparameters="-game tfc -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
2020

2121
#### LinuxGSM Settings ####
2222

0 commit comments

Comments
 (0)