We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecc950 commit 47d0de1Copy full SHA for 47d0de1
lgsm/functions/command_fastdl.sh
@@ -178,7 +178,7 @@ fn_fastdl_preview(){
178
elif [ "${directory}" == "materials" ]; then
179
local allowed_extentions_array=( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
180
elif [ "${directory}" == "models" ]; then
181
- local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
+ local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" "*.vmt" "*.vtf" )
182
elif [ "${directory}" == "particles" ]; then
183
local allowed_extentions_array=( "*.pcf" )
184
elif [ "${directory}" == "sound" ]; then
0 commit comments