From 7c33d2753f3ba630710275d8b7a0fc98ba1fd19f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 12 Apr 2018 14:22:25 +0100 Subject: [PATCH] Hotfix 180409.5 Fixed stabound server trying to query even if query is disabled --- lgsm/functions/command_monitor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_monitor.sh b/lgsm/functions/command_monitor.sh index 3eb111f92..e4e2876e1 100644 --- a/lgsm/functions/command_monitor.sh +++ b/lgsm/functions/command_monitor.sh @@ -181,8 +181,8 @@ info_parms.sh fn_monitor_check_lockfile fn_monitor_check_update fn_monitor_check_session -# Query has to be enabled in starbound config -if [ "${gamename}" == "starbound" ]; then +# Query has to be enabled in Starbound config +if [ "${gamename}" == "Starbound" ]; then if [ "${queryenabled}" == "true" ]; then fn_monitor_query fi