Browse Source

print dots

pull/1333/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
184396a5eb
  1. 2
      lgsm/functions/command_fastdl.sh

2
lgsm/functions/command_fastdl.sh

@ -131,6 +131,8 @@ fn_fastdl_config(){
fi
# Garry's Mod Specific
if [ "${gamename}" == "Garry's Mod" ]; then
# Prompt to clear addons dir from fastdl, can use unnecessary space or be required depending on addon's file structures
fn_print_dots
if fn_prompt_yn "Clear addons dir from fastdl dir?" Y; then
cleargmodaddons="on"; fn_script_log "Addons clearing Enabled."; fn_print_ok "Addons clearing Enabled"
else

Loading…
Cancel
Save