We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4c9b2 commit 0ad6df3Copy full SHA for 0ad6df3
lgsm/modules/command_postdetails.sh
@@ -15,8 +15,6 @@ fn_bad_postdetailslog() {
15
core_exit.sh
16
}
17
18
-fn_print_header
19
-
20
# source all of the modules defined in the details command.
21
info_messages.sh
22
lgsm/modules/info_game.sh
@@ -936,6 +936,8 @@ fn_info_game_armar() {
936
fn_info_game_json "queryport" ".a2s.port"
937
fn_info_game_json "servername" ".game.name"
938
fn_info_game_json "serverpassword" ".game.password"
939
+ fn_info_game_json "rconpassword" ".rcon.password"
940
+ fn_info_game_json "rconport" ".rcon.port"
941
fi
942
adminpassword="${adminpassword:-"NOT SET"}"
943
battleeyeport="$((port + 4))"
0 commit comments