|
@@ -178,7 +178,7 @@ fn_fastdl_preview(){
|
|
|
elif [ "${directory}" == "materials" ]; then
|
|
elif [ "${directory}" == "materials" ]; then
|
|
|
local allowed_extentions_array=( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
|
|
local allowed_extentions_array=( "*.vtf" "*.vmt" "*.vbf" "*.png" "*.svg" )
|
|
|
elif [ "${directory}" == "models" ]; then
|
|
elif [ "${directory}" == "models" ]; then
|
|
|
- local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" )
|
|
|
|
|
|
|
+ local allowed_extentions_array=( "*.vtx" "*.vvd" "*.mdl" "*.phy" "*.jpg" "*.png" "*.vmt" "*.vtf" )
|
|
|
elif [ "${directory}" == "particles" ]; then
|
|
elif [ "${directory}" == "particles" ]; then
|
|
|
local allowed_extentions_array=( "*.pcf" )
|
|
local allowed_extentions_array=( "*.pcf" )
|
|
|
elif [ "${directory}" == "sound" ]; then
|
|
elif [ "${directory}" == "sound" ]; then
|