瀏覽代碼

gamename not servername

Daniel Gibbs 9 年之前
父節點
當前提交
4e97a9cb18
共有 1 個文件被更改,包括 1 次插入3 次删除
  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 ""
 }