mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
refactor(esx_menu_list): correction of a linting error
This commit is contained in:
@@ -28,7 +28,7 @@ CreateThread(function()
|
|||||||
name = name,
|
name = name,
|
||||||
})
|
})
|
||||||
|
|
||||||
for k, v in pairs(OpenedMenus) do
|
for _, v in pairs(OpenedMenus) do
|
||||||
if v then
|
if v then
|
||||||
OpenedMenuCount = OpenedMenuCount + 1
|
OpenedMenuCount = OpenedMenuCount + 1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user