소스 검색

Merge branch 'hotfix/180409.5'

Daniel Gibbs 8 년 전
부모
커밋
eddc4a70a5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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_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