浏览代码

no color for now

Daniel Gibbs 9 年之前
父节点
当前提交
e8fcd5e789
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/core_messages.sh

+ 1 - 1
lgsm/functions/core_messages.sh

@@ -218,7 +218,7 @@ fn_print_info_nl(){
 # =================================
 fn_print_header(){
 	echo -e ""
-	echo -e "${lightblue}${gamename} ${commandaction}"
+	echo -e "${gamename} ${commandaction}"
 	echo -e "=================================${default}"
 	echo -e ""
 }