Browse Source

message

pull/3420/head
Daniel Gibbs 5 years ago
parent
commit
fc9eb0b402
  1. 2
      lgsm/functions/command_wipe.sh

2
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" fn_script_log_warn "Full wipe will reset the map and remove player data"
totalseconds=3 totalseconds=3
for seconds in {3..1}; do 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)) totalseconds=$((totalseconds - 1))
sleep 1 sleep 1
if [ "${seconds}" == "0" ]; then if [ "${seconds}" == "0" ]; then

Loading…
Cancel
Save