remove is menu open check

This commit is contained in:
Taavi
2022-11-29 17:34:52 +08:00
committed by GitHub
parent d4500ad09b
commit 7b7d4db48a
+1 -1
View File
@@ -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)