mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Revert "Only show Default Inventory if Config enabled."
This reverts commit 1abd1fb5b4.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user