UltimateByte 9 лет назад
Родитель
Сommit
59f5d8606b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

@@ -587,7 +587,7 @@ fn_mod_get_info_from_command(){
 	# What happens if mod is not found
 	# What happens if mod is not found
 	if [ "${modinfocommand}" == "0" ]; then
 	if [ "${modinfocommand}" == "0" ]; then
 		fn_script_log_error "Couldn't find information for ${currentmod}"
 		fn_script_log_error "Couldn't find information for ${currentmod}"
-		fn_print_error_nl ""Couldn't find information for ${currentmod}"
+		fn_print_error_nl "Couldn't find information for ${currentmod}"
 		exitcode="1"
 		exitcode="1"
 		core_exit.sh
 		core_exit.sh
 	fi
 	fi