Преглед изворни кода

missing space on a comment

critical fix ;D
UltimateByte пре 7 година
родитељ
комит
efc7976bc9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lgsm/functions/command_wipe.sh

+ 1 - 1
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)..."