Skip to content

Commit

Permalink
fix(management): Nil value for args
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Apr 28, 2023
1 parent 3dce83b commit cb45d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/management/qb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ function Management.AddItems()
header = _L("outfitManagement.title"),
icon = "fa-solid fa-shirt",
params = {
event = "illenium-appearance:client:OutfitManagementMenu"
event = "illenium-appearance:client:OutfitManagementMenu",
args = {}
}
}
menuItem.txt = _L("outfitManagement.jobText")
Expand Down

0 comments on commit cb45d91

Please sign in to comment.