Skip to content

Commit 0ad6df3

Browse files
committed
fix(armar): add rcon details
1 parent 3e4c9b2 commit 0ad6df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lgsm/modules/command_postdetails.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ fn_bad_postdetailslog() {
1515
core_exit.sh
1616
}
1717

18-
fn_print_header
19-
2018
# source all of the modules defined in the details command.
2119
info_messages.sh
2220

lgsm/modules/info_game.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,8 @@ fn_info_game_armar() {
936936
fn_info_game_json "queryport" ".a2s.port"
937937
fn_info_game_json "servername" ".game.name"
938938
fn_info_game_json "serverpassword" ".game.password"
939+
fn_info_game_json "rconpassword" ".rcon.password"
940+
fn_info_game_json "rconport" ".rcon.port"
939941
fi
940942
adminpassword="${adminpassword:-"NOT SET"}"
941943
battleeyeport="$((port + 4))"

0 commit comments

Comments
 (0)