Procházet zdrojové kódy

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 před 10 roky
rodič
revize
f3e0172514
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))