From 9e9e6e5c15406baa59962b7772bd864e4cacdee6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 13 May 2023 23:56:37 +0100 Subject: [PATCH] add api and http port --- lgsm/modules/command_dev_details.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/modules/command_dev_details.sh b/lgsm/modules/command_dev_details.sh index c324aa891..7315e0e68 100644 --- a/lgsm/modules/command_dev_details.sh +++ b/lgsm/modules/command_dev_details.sh @@ -32,12 +32,14 @@ echo -e "Carriage Return: ${carriagereturn}" # Create an associative array of the server details. declare -A server_details=( ['Admin Password']="${adminpassword}" + ['API Port']="${apiport}" ['Cave']="${cave}" ['Cluster']="${cluster}" ['Config IP']="${configip}" ['Default Map']="${defaultmap}" ['Game Mode']="${gamemode}" ['Game Type']="${gametype}" + ['HTTP Port']="${httpport}" ['ip']="${ip}" ['LAN Port']="${lanport}" ['Master Port']="${masterport}"