Skip to content

Commit

Permalink
Merge pull request esx-framework#775 from QB-Extended/main
Browse files Browse the repository at this point in the history
fix(esx_context): how was this missed
  • Loading branch information
Benzo00 authored Dec 27, 2022
2 parents f64076f + 5264bc4 commit df7e9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [esx]/esx_context/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function Post(fn,...)
end

function Open(position,eles,onSelect,onClose,canClose)
local canClose = canClose == nil and true or canClose
activeMenu = {
position = position,
eles = eles,
Expand Down

0 comments on commit df7e9c5

Please sign in to comment.