Skip to content

Commit

Permalink
fix(armar): add rcon details
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 31, 2024
1 parent 3e4c9b2 commit 0ad6df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lgsm/modules/command_postdetails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions lgsm/modules/info_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))"
Expand Down

0 comments on commit 0ad6df3

Please sign in to comment.