UltimateByte 9 سال پیش
والد
کامیت
20314d09b2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lgsm/functions/command_wipe.sh

+ 2 - 2
lgsm/functions/command_wipe.sh

@@ -117,7 +117,7 @@ if [ "${gamename}" == "Rust" ]; then
 		sleep 1
 		fn_wipe_server_process
 	else 
-		fn_print_information "No data to wipe was found"
+		fn_print_information_nl "No data to wipe was found"
 		fn_script_log_info "No data to wipe was found."
 		sleep 1
 		core_exit.sh
@@ -125,7 +125,7 @@ if [ "${gamename}" == "Rust" ]; then
 # You can add an "elif" here to add another game or engine
 else
 	# Game not listed
-	fn_print_information "Wipe is not available for this game"
+	fn_print_information_nl "Wipe is not available for this game"
 	fn_script_log_info "Wipe is not available for this game."
 	sleep 1
 	core_exit.sh