From ae15e4252261d27385c4d4626c2413b3bce59c96 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 30 Nov 2017 22:25:00 +0000 Subject: [PATCH] fixed bugs --- lgsm/functions/info_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 0bb37947d..694a3407f 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -507,7 +507,7 @@ fn_info_config_starbound(){ # Not Set servername=${servername:-"NOT SET"} queryenabled=${queryenabled:-"NOT SET"} - rconenabled==${rconenabled:-"NOT SET"} + rconenabled=${rconenabled:-"NOT SET"} rconpassword=${rconpassword:-"NOT SET"} port=${port:-"21025"} queryport=${queryport:-"21025"} @@ -914,10 +914,10 @@ elif [ "${engine}" == "dontstarve" ]; then elif [ "${gamename}" == "Factorio" ]; then fn_info_config_factorio # Just Cause 2 -if [ "${gamename}" == "Just Cause 2" ]; then +elif [ "${gamename}" == "Just Cause 2" ]; then fn_info_config_justcause2 # Just Cause 3 -if [ "${gamename}" == "Just Cause 3" ]; then +elif [ "${gamename}" == "Just Cause 3" ]; then fn_info_config_justcause3 # Killing Floor 2 elif [ "${shortname}" == "kf2" ]; then