Browse Source

Merge branch 'hotfix/180409.5'

pull/1878/head 180409.5
Daniel Gibbs 7 years ago
parent
commit
cce3a7d710
  1. 4
      lgsm/functions/command_monitor.sh

4
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

Loading…
Cancel
Save