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