|
|
@ -271,7 +271,9 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
# Steam Master Server - checks if detected by master server. |
|
|
|
if [ "$(command -v jq 2>/dev/null)" ]; then |
|
|
|
if [ "${masterserverbypass}" == "1" ]; then |
|
|
|
masterserverbypass=1 |
|
|
|
if [ "$(command -v jq 2>/dev/null)" ]; then |
|
|
|
if [ "${ip}" ]&&[ "${port}" ]; then |
|
|
|
if [ "${steammaster}" == "true" ]||[ ${commandname} == "DEV-QUERY-RAW" ]; then |
|
|
|
# Will query server IP addresses first. |
|
|
@ -289,8 +291,8 @@ if [ "$(command -v jq 2>/dev/null)" ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
# Sets the SteamCMD glibc requirement if the game server requirement is less or not required. |
|
|
|
if [ "${appid}" ]; then |
|
|
|
if [ "${glibc}" = "null" ]||[ -z "${glibc}" ]||[ "$(printf '%s\n'${glibc}'\n' "2.14" | sort -V | head -n 1)" != "2.14" ]; then |
|
|
|