Browse Source

fix(armar): add rcon details

pull/4728/head
Daniel Gibbs 3 months ago
parent
commit
0ad6df3e21
  1. 2
      lgsm/modules/command_postdetails.sh
  2. 2
      lgsm/modules/info_game.sh

2
lgsm/modules/command_postdetails.sh

@ -15,8 +15,6 @@ fn_bad_postdetailslog() {
core_exit.sh
}
fn_print_header
# source all of the modules defined in the details command.
info_messages.sh

2
lgsm/modules/info_game.sh

@ -936,6 +936,8 @@ fn_info_game_armar() {
fn_info_game_json "queryport" ".a2s.port"
fn_info_game_json "servername" ".game.name"
fn_info_game_json "serverpassword" ".game.password"
fn_info_game_json "rconpassword" ".rcon.password"
fn_info_game_json "rconport" ".rcon.port"
fi
adminpassword="${adminpassword:-"NOT SET"}"
battleeyeport="$((port + 4))"

Loading…
Cancel
Save