mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Merge pull request #775 from QB-Extended/main
fix(esx_context): how was this missed
This commit is contained in:
@@ -13,6 +13,7 @@ function Post(fn,...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Open(position,eles,onSelect,onClose,canClose)
|
function Open(position,eles,onSelect,onClose,canClose)
|
||||||
|
local canClose = canClose == nil and true or canClose
|
||||||
activeMenu = {
|
activeMenu = {
|
||||||
position = position,
|
position = position,
|
||||||
eles = eles,
|
eles = eles,
|
||||||
|
|||||||
Reference in New Issue
Block a user