Explorar o código

gamename not servername

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
4e97a9cb18
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      lgsm/functions/core_messages.sh

+ 1 - 3
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 ""
 }