Browse Source

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.
pull/885/head
igeighty 9 years ago
committed by GitHub
parent
commit
f3e0172514
  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