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))