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

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