fix(esx_context): how was this missed

This commit is contained in:
Mycroft
2022-12-27 23:01:29 +00:00
parent f64076f05b
commit 5264bc468b
+1
View File
@@ -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,