Browse Source

Merge pull request #1082 from Doonut/Bug-#1049

Fix for Bug #1049
pull/1093/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
f9496b0db8
  1. 1
      lgsm/functions/command_fastdl.sh

1
lgsm/functions/command_fastdl.sh

@ -160,6 +160,7 @@ fn_gmod_fastdl(){
fn_script_log "Copying map files"
sleep 0.5
find . -name '*.bsp' | cpio --quiet -updm "${fastdldir}"
find . -name '*.ain' | cpio --quiet -updm "${fastdldir}"
fn_print_ok "Map files copied"
sleep 0.5
echo -en "\n"

Loading…
Cancel
Save