4
0
Daniel Gibbs 9 жил өмнө
parent
commit
7450c599d7

+ 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