fix: mount category

This commit is contained in:
Salikh Gurgenidze
2025-12-25 01:18:27 +04:00
parent 821cbd5ba2
commit f16a68a1e1
+1 -1
View File
@@ -221,7 +221,7 @@ function SortEngine.IsMount(itemTexture)
-- Check for mount patterns in texture path
-- Mount textures typically contain "mount" or "ability_mount"
if string.find(textureLower, "mount") then
if string.find(textureLower, "_mount_") then
return true
end