From 0ad6df3e2139022bd41f4eb858a2a2f76e3c7f58 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 31 Dec 2024 03:19:30 +0000 Subject: [PATCH] fix(armar): add rcon details --- lgsm/modules/command_postdetails.sh | 2 -- lgsm/modules/info_game.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/modules/command_postdetails.sh b/lgsm/modules/command_postdetails.sh index f9e93be4a..61d537440 100644 --- a/lgsm/modules/command_postdetails.sh +++ b/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 diff --git a/lgsm/modules/info_game.sh b/lgsm/modules/info_game.sh index 62292ffa0..4e1d5dedd 100644 --- a/lgsm/modules/info_game.sh +++ b/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))"