소스 검색

Merge pull request #884 from igeighty/patch-1

Update monitor_gsquery.sh
Daniel Gibbs 10 년 전
부모
커밋
cef1abea97
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lgsm/functions/monitor_gsquery.sh

+ 3 - 1
lgsm/functions/monitor_gsquery.sh

@@ -25,6 +25,8 @@ if [ "${gsquery}" == "yes" ]; then
 
 	if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
 		port=$((port + 1))
+	elif [ "${engine}" == "virtualreality" ]; then
+		port=$((port + 1))		
 	elif [ "${engine}" == "spark" ]; then
 		port=$((port + 1))
 	fi
@@ -86,4 +88,4 @@ if [ "${gsquery}" == "yes" ]; then
 			done
 		fi
 	done
-fi
+fi