forked from Simnation/Main
8 lines
155 B
Lua
8 lines
155 B
Lua
![]() |
if Config.Wardrobe ~= 'illenium-appearance' then
|
||
|
return
|
||
|
end
|
||
|
|
||
|
function openWardrobe()
|
||
|
TriggerEvent('illenium-appearance:client:openOutfitMenu')
|
||
|
end
|