Browse Source

Merge pull request #885 from igeighty/patch-1

Update monitor_gsquery.sh (misspelled arma3 engine)
pull/888/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
3229b8467f
  1. 2
      lgsm/functions/monitor_gsquery.sh

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

Loading…
Cancel
Save