Skip to content

Commit

Permalink
Merge pull request #1484 from Mycroft-Studios/skin-fixs
Browse files Browse the repository at this point in the history
fix(esx_skin): restrict menu
  • Loading branch information
Mycroft-Studios authored Nov 18, 2024
2 parents 4bd84d6 + 9758cbe commit 7910d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/esx_skin/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RegisterNetEvent("esx_skin:openMenu", function(submitCb, cancelCb)
end)

RegisterNetEvent("esx_skin:openRestrictedMenu", function(submitCb, cancelCb, restrict)
Menu:Open(submitCb, cancelCb, nil)
Menu:Open(submitCb, cancelCb, restrict)
end)

RegisterNetEvent("esx_skin:openSaveableMenu", function(submitCb, cancelCb)
Expand Down

0 comments on commit 7910d01

Please sign in to comment.