Przeglądaj źródła

no color for now

Daniel Gibbs 9 lat temu
rodzic
commit
e8fcd5e789
1 zmienionych plików z 1 dodań i 1 usunięć
  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 ""
 }