Browse Source

missing space on a comment

critical fix ;D
pull/1950/head
UltimateByte 7 years ago
committed by GitHub
parent
commit
efc7976bc9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/command_wipe.sh

2
lgsm/functions/command_wipe.sh

@ -58,7 +58,7 @@ fn_wipe_server_remove_files(){
fn_script_log_info "No procedural map file to remove."
sleep 0.5
fi
#Wipe procedural map save
# Wipe procedural map save
if [ -n "$(find "${serveridentitydir}" -type f -name "proceduralmap.*.sav")" ]; then
currentaction="Removing procedural map save(s): ${serveridentitydir}/proceduralmap.*.sav"
echo -en "Removing map saves proceduralmap.*.sav file(s)..."

Loading…
Cancel
Save