|
|
@ -107,7 +107,7 @@ fn_info_game_armar() { |
|
|
|
configip=$(jq -r '.bindAddress' "${servercfgfullpath}") |
|
|
|
maxplayers=$(jq -r '.game.maxPlayers' "${servercfgfullpath}") |
|
|
|
port=$(jq -r '.bindPort' "${servercfgfullpath}") |
|
|
|
queryport=$(jq -r '.a2s.port' "${servercfgfullpath}") |
|
|
|
queryport=$(jq -r '.steamQueryPort' "${servercfgfullpath}") |
|
|
|
servername=$(jq -r '.game.name' "${servercfgfullpath}") |
|
|
|
serverpassword=$(jq -r '.game.password' "${servercfgfullpath}") |
|
|
|
|
|
|
|