We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce83b commit cb45d91Copy full SHA for cb45d91
client/management/qb.lua
@@ -5,7 +5,8 @@ function Management.AddItems()
5
header = _L("outfitManagement.title"),
6
icon = "fa-solid fa-shirt",
7
params = {
8
- event = "illenium-appearance:client:OutfitManagementMenu"
+ event = "illenium-appearance:client:OutfitManagementMenu",
9
+ args = {}
10
}
11
12
menuItem.txt = _L("outfitManagement.jobText")
0 commit comments