Revert "Only show Default Inventory if Config enabled."

This reverts commit 1abd1fb5b4.
This commit is contained in:
Benzo
2023-01-09 11:25:42 +01:00
parent ee09e06f1d
commit 58e48df514
+2 -6
View File
@@ -250,9 +250,7 @@ if not Config.OxInventory then
ESX.UI.ShowInventoryItemNotification(true, item, count)
end
if Config.EnableDefaultInventory then
ESX.ShowInventory()
end
ESX.ShowInventory()
end)
RegisterNetEvent('esx:removeInventoryItem')
@@ -269,9 +267,7 @@ if not Config.OxInventory then
ESX.UI.ShowInventoryItemNotification(false, item, count)
end
if Config.EnableDefaultInventory then
ESX.ShowInventory()
end
ESX.ShowInventory()
end)
RegisterNetEvent('esx:addWeapon')