Kaynağa Gözat

Update monitor_gsquery.sh

in the previous pull i had made, i mad e a typo, realvirtuality 
i got a bit keen and typed to quick.

sorry guys, i have done a copy paste with the new spelling and it DOES work.
sorry, very noob error.
igeighty 10 yıl önce
ebeveyn
işleme
f3e0172514
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 		port=$((port + 1))
-	elif [ "${engine}" == "virtualreality" ]; then
+	elif [ "${engine}" == "realvirtuality" ]; then
 		port=$((port + 1))		
 	elif [ "${engine}" == "spark" ]; then
 		port=$((port + 1))