Merge pull request #59 from desypher/rcore_clothing_support

This commit is contained in:
Jim Shield
2025-10-22 16:36:49 +01:00
committed by GitHub

View File

@@ -972,6 +972,12 @@ local wardrobeFunc = {
TriggerEvent("illenium-appearance:client:openOutfitMenu") TriggerEvent("illenium-appearance:client:openOutfitMenu")
end, end,
}, },
{
name = "rcore_clothing",
openWardrobe = function()
TriggerEvent('rcore_clothing:openChangingRoom')
end,
}
} }
--- Opens the clothing customization menu --- Opens the clothing customization menu
@@ -984,4 +990,5 @@ function openClothing()
break break
end end
end end
end
end