From 19f0365b57230e1346dfc144c985940a82282653 Mon Sep 17 00:00:00 2001 From: Tony Stark <76168122+tony-stark-17@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:32:33 +0530 Subject: [PATCH] fix: Changed it to the same as the main so now issues in merge --- [esx]/esx_context/main.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/[esx]/esx_context/main.lua b/[esx]/esx_context/main.lua index 0a0567d7..6c16fc7d 100644 --- a/[esx]/esx_context/main.lua +++ b/[esx]/esx_context/main.lua @@ -13,9 +13,7 @@ function Post(fn,...) end function Open(position,eles,onSelect,onClose,canClose) - if canClose == nil then - canClose = true - end + local canClose = canClose == nil and true or canClose activeMenu = { position = position, eles = eles,