fix(esx_menu_dialog): missing params

This commit is contained in:
Kasey FItton
2024-10-24 15:54:23 +01:00
parent db4e891d89
commit df18853fd7
+1 -1
View File
@@ -31,7 +31,7 @@ local function closeMenu(namespace, name)
})
if not next(OpenedMenus) then
SetNuiFocus(false)
SetNuiFocus(false, false)
end
end