This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
261 B
Lua
Raw Normal View History

2025-03-17 16:12:58 +00:00
if not Config.BossManagedOutfits then return end
if not Framework.ESX() then return end
function Management.RemoveItems()
-- Do nothing
end
function Management.AddItems()
-- Do nothing
end
function Management.AddBackMenuItem()
-- Do nothing
end