Skip to content

Commit 47d0de1

Browse files
authored
fix(fastdl): add missing file extention vmt and vtf (#3349)
1 parent 9ecc950 commit 47d0de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/command_fastdl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ fn_fastdl_preview(){
178178
elif [ "${directory}" == "materials" ]; then
179179
local allowed_extentions_array=( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
180180
elif [ "${directory}" == "models" ]; then
181-
local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
181+
local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" "*.vmt" "*.vtf" )
182182
elif [ "${directory}" == "particles" ]; then
183183
local allowed_extentions_array=( "*.pcf" )
184184
elif [ "${directory}" == "sound" ]; then

0 commit comments

Comments
 (0)