mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
fix(lint): fix lint error
This commit is contained in:
@@ -14,7 +14,7 @@ end
|
|||||||
|
|
||||||
local function closeMenu(namespace, name)
|
local function closeMenu(namespace, name)
|
||||||
CurrentNameSpace = namespace
|
CurrentNameSpace = namespace
|
||||||
OpenedMenus -= 1
|
OpenedMenus = OpenedMenus - 1
|
||||||
if OpenedMenus < 0 then
|
if OpenedMenus < 0 then
|
||||||
OpenedMenus = 0
|
OpenedMenus = 0
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user