mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 23:01:26 +00:00
remove is menu open check
This commit is contained in:
@@ -27,7 +27,7 @@ function ShowBillsMenu()
|
||||
end
|
||||
|
||||
RegisterCommand('showbills', function()
|
||||
if not isDead and not ESX.UI.Menu.IsOpen('default', GetCurrentResourceName(), 'billing') then
|
||||
if not isDead then
|
||||
ShowBillsMenu()
|
||||
end
|
||||
end, false)
|
||||
|
||||
Reference in New Issue
Block a user