From 975548ddfe8ecc164666dcea9d9d728082d3c52c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 19 Aug 2017 22:46:17 +0100 Subject: [PATCH] Added randommap --- lgsm/config-default/config-lgsm/squadserver/_default.cfg | 4 ++-- lgsm/functions/command_details.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index 55b2b8482..b7ea18e3f 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -13,12 +13,12 @@ ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters port="7787" queryport="27165" -randommapmode="ALWAYS" +randommap="ALWAYS" ip="0.0.0.0" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="MULTIHOME=${ip} Port=${port} QueryPort=${queryport}" +parms="MULTIHOME=${ip} RANDOM=${randommap} Port=${port} QueryPort=${queryport}" } #### LinuxGSM Settings #### diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 4e5eb2eca..80b8244d1 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -209,8 +209,8 @@ fn_details_gameserver(){ fi # Random map rotation mode (Squad) - if [ -n "${randommapmode}" ]; then - echo -e "${blue}Map rotation:\t${default}${randommapmode}" + if [ -n "${randommap}" ]; then + echo -e "${blue}Map rotation:\t${default}${randommap}" fi # Online status