Explorar o código

Move mods error message

UltimateByte %!s(int64=9) %!d(string=hai) anos
pai
achega
3c966c5bc6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lgsm/functions/command_mods_update.sh

+ 2 - 2
lgsm/functions/command_mods_update.sh

@@ -14,11 +14,11 @@ mods_core.sh
 
 fn_mods_update_init(){
 	fn_script_log "Entering mods & addons update"
+	echo "================================="
+	echo "${gamename} mods & addons update"
 	# A simple function to exit if no mods were installed
 	# Also returns ${installedmodscount} if mods were found
 	fn_mods_exit_if_not_installed
-	echo "================================="
-	echo "${gamename} mods & addons update"
 	echo ""
 	fn_print_information_nl "${installedmodscount} mods or addons will be updated:"
 	fn_script_log_info "${installedmodscount} mods or addons will be updated"