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