Explorar el Código

Hotfix 180409.5

Fixed stabound server trying to query even if query is disabled
Daniel Gibbs hace 8 años
padre
commit
7c33d2753f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lgsm/functions/command_monitor.sh

+ 2 - 2
lgsm/functions/command_monitor.sh

@@ -181,8 +181,8 @@ info_parms.sh
 fn_monitor_check_lockfile
 fn_monitor_check_lockfile
 fn_monitor_check_update
 fn_monitor_check_update
 fn_monitor_check_session
 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
 	if [ "${queryenabled}" == "true" ]; then
 		fn_monitor_query
 		fn_monitor_query
 	fi
 	fi