فهرست منبع

Update monitor_gsquery.sh

this fixes the monitor function for arma3 as @MPCP10 suggested
igeighty 10 سال پیش
والد
کامیت
6bd687399a
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