Browse Source

added missing unreal engine to gamedig query

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
3b9cf0857a
  1. 7
      lgsm/functions/query_gamedig.sh

7
lgsm/functions/query_gamedig.sh

@ -54,6 +54,13 @@ if [ "$(command -v gamedig 2>/dev/null)" ]&&[ "$(command -v jq 2>/dev/null)" ];
fi fi
done done
local shortname_query_array=( unreal )
for shortname_query in "${shortname_query_array[@]}"
do
if [ "${shortname_query}" == "${shortname}" ]; then
gamedigengine="ut"
fi
done
# will bypass query if server offline # will bypass query if server offline
check_status.sh check_status.sh

Loading…
Cancel
Save