forked from Simnation/Main
7 lines
139 B
Lua
7 lines
139 B
Lua
if Config.Wardrobe ~= 'sleek-clothestore' then
|
|
return
|
|
end
|
|
|
|
function openWardrobe()
|
|
exports['sleek-clothestore']:OpenWardrobe()
|
|
end
|