From 7aecd3e277365ee1cf2abb12d8370cedfdc25580 Mon Sep 17 00:00:00 2001 From: scott Date: Sat, 30 May 2020 04:26:48 +0900 Subject: [PATCH] default config --- lgsm/config-default/config-lgsm/mofmserver/_default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ####