Daniel Gibbs hace 9 años
padre
commit
7450c599d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/command_mods_install.sh

+ 1 - 1
lgsm/functions/command_mods_install.sh

@@ -52,7 +52,7 @@ done
 
 # If no mods are available for a specific game
 if [ -z "${compatiblemodslist}" ]; then
-	fn_print_fail "No mods are currently available for ${gamename}."
+	fn_print_fail_nl "No mods are currently available for ${gamename}."
 	fn_script_log_info "No mods are currently available for ${gamename}."
 	core_exit.sh
 fi