fix: mount section

This commit is contained in:
Salikh Gurgenidze
2025-12-23 21:38:45 +04:00
parent dddbbb7407
commit 1967f023e7
3 changed files with 26 additions and 25 deletions
+2 -1
View File
@@ -145,7 +145,7 @@ local function GetTexturePattern(textureName)
end
-- Check if an item is a mount by texture path
local function IsMount(itemTexture)
function SortEngine.IsMount(itemTexture)
if not itemTexture then return false end
local textureLower = string.lower(itemTexture)
@@ -158,6 +158,7 @@ local function IsMount(itemTexture)
return false
end
local IsMount = SortEngine.IsMount
-- Determine subclass order for grouping related items
local function GetSubclassOrder(subclass, itemName)