From 6bd687399a841dca498e54a093fb8f303925c483 Mon Sep 17 00:00:00 2001 From: igeighty Date: Tue, 14 Jun 2016 19:48:17 +1000 Subject: [PATCH] Update monitor_gsquery.sh this fixes the monitor function for arma3 as @MPCP10 suggested --- lgsm/functions/monitor_gsquery.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/monitor_gsquery.sh b/lgsm/functions/monitor_gsquery.sh index bb1679e1f..9ac2c405b 100644 --- a/lgsm/functions/monitor_gsquery.sh +++ b/lgsm/functions/monitor_gsquery.sh @@ -25,6 +25,8 @@ if [ "${gsquery}" == "yes" ]; then if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then port=$((port + 1)) + elif [ "${engine}" == "virtualreality" ]; then + port=$((port + 1)) elif [ "${engine}" == "spark" ]; then port=$((port + 1)) fi @@ -86,4 +88,4 @@ if [ "${gsquery}" == "yes" ]; then done fi done -fi \ No newline at end of file +fi