From 4e97a9cb1810c233908c414cfd94287942272a9e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 28 Aug 2016 14:29:27 +0100 Subject: [PATCH] gamename not servername --- lgsm/functions/core_messages.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/core_messages.sh b/lgsm/functions/core_messages.sh index 69d0b4ab1..16423341b 100644 --- a/lgsm/functions/core_messages.sh +++ b/lgsm/functions/core_messages.sh @@ -217,10 +217,8 @@ fn_print_info_nl(){ # No More Room in Hell Debug # ================================= fn_print_header(){ - info_config.sh - info_parms.sh echo -e "" - echo -e "${lightblue}${servername} ${commandaction}" + echo -e "${lightblue}${gamename} ${commandaction}" echo -e "=================================${default}" echo -e "" }