From fc9eb0b40238eac93b0df67d6ee85a7ee4bcf1c8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 1 Apr 2021 23:32:51 +0100 Subject: [PATCH] message --- lgsm/functions/command_wipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_wipe.sh b/lgsm/functions/command_wipe.sh index 8ddc2781a..b9a368b7d 100755 --- a/lgsm/functions/command_wipe.sh +++ b/lgsm/functions/command_wipe.sh @@ -88,7 +88,7 @@ fn_full_wipe_warning(){ fn_script_log_warn "Full wipe will reset the map and remove player data" totalseconds=3 for seconds in {3..1}; do - fn_print_warn "Wipe is about to start: ${totalseconds}" + fn_print_warn "ull wipe will reset the map and remove player data: ${totalseconds}" totalseconds=$((totalseconds - 1)) sleep 1 if [ "${seconds}" == "0" ]; then