Browse Source

Merge pull request #885 from igeighty/patch-1

Update monitor_gsquery.sh (misspelled arma3 engine)
UltimateByte 10 năm trước cách đây
mục cha
commit
3229b8467f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lgsm/functions/monitor_gsquery.sh

+ 1 - 1
lgsm/functions/monitor_gsquery.sh

@@ -25,7 +25,7 @@ if [ "${gsquery}" == "yes" ]; then
 
 
 	if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
 	if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
 		port=$((port + 1))
 		port=$((port + 1))
-	elif [ "${engine}" == "virtualreality" ]; then
+	elif [ "${engine}" == "realvirtuality" ]; then
 		port=$((port + 1))		
 		port=$((port + 1))		
 	elif [ "${engine}" == "spark" ]; then
 	elif [ "${engine}" == "spark" ]; then
 		port=$((port + 1))
 		port=$((port + 1))