diff --git a/lgsm/config-default/config-lgsm/mofmserver/_default.cfg b/lgsm/config-default/config-lgsm/mofmserver/_default.cfg index aaf931508..38c2367da 100644 --- a/lgsm/config-default/config-lgsm/mofmserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/mofmserver/_default.cfg @@ -14,7 +14,7 @@ port="7777" # The port used for beacons for initial connection. Make sure that this port is open in order for players to connect over the internet. Defaults to 15000. -beaconport="15000" +queryport="15000" # Overrides the IP address the server is running on. The server will use one of the available IP addresses but will not ascertain that this is a publicly reachable IP address. Used in Multi-IP environments. multihome="0.0.0.0" @@ -24,7 +24,7 @@ maxplayers="32" ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ -parms="-port=${port} -beaconport=${beaconport} -multihome="${multihome}" -maxplayers=${maxplayers}" +parms="-port=${port} -beaconport=${queryport} -multihome="${multihome}" -maxplayers=${maxplayers}" } #### LinuxGSM Settings ####