소스 검색

no color for now

Daniel Gibbs 10 년 전
부모
커밋
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 ""
 }