소스 검색

Fix for Bug #1049

This commit should fix the issue with Bug #1049 not Commiting graph
files for maps to the FastDL server by searching for files with the .ain
extension.
Kyle Casey 9 년 전
부모
커밋
e9b623f11c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lgsm/functions/command_fastdl.sh

+ 1 - 0
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"