From 5264bc468b1c28bb933740934740d63d90d8a92e Mon Sep 17 00:00:00 2001 From: Mycroft Date: Tue, 27 Dec 2022 23:01:29 +0000 Subject: [PATCH] fix(esx_context): how was this missed --- [esx]/esx_context/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/[esx]/esx_context/main.lua b/[esx]/esx_context/main.lua index 8a2769c9..6c16fc7d 100644 --- a/[esx]/esx_context/main.lua +++ b/[esx]/esx_context/main.lua @@ -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,