From f3e0172514ce087068e5580ab00a21f99f2d627f Mon Sep 17 00:00:00 2001 From: igeighty Date: Tue, 14 Jun 2016 22:48:19 +1000 Subject: [PATCH] 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. --- lgsm/functions/monitor_gsquery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/monitor_gsquery.sh b/lgsm/functions/monitor_gsquery.sh index 9ac2c405b..99f6f1dcf 100644 --- a/lgsm/functions/monitor_gsquery.sh +++ b/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))