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