add support for esx_society to openBossMenu()

This commit is contained in:
Jim Shield
2025-06-21 13:29:42 +01:00
parent d0b8fb16d6
commit caf2e7fbed

View File

@@ -242,5 +242,8 @@ function openBossMenu(isGang, group)
end
elseif isStarted("qbx_management") then
exports["qbx_management"]:OpenBossMenu(isGang and "gang" or "job")
elseif isStarted("esx_society") then
TriggerEvent('esx_society:openBossMenu', group, function() end, { wash = false })
end
end