diff --git a/[core]/es_extended/client/main.lua b/[core]/es_extended/client/main.lua index 34a0f3e2..93c95429 100644 --- a/[core]/es_extended/client/main.lua +++ b/[core]/es_extended/client/main.lua @@ -293,8 +293,6 @@ if not Config.OxInventory then if showNotification then ESX.UI.ShowInventoryItemNotification(true, item, count) end - - ESX.ShowInventory() end) RegisterNetEvent('esx:removeInventoryItem') @@ -310,8 +308,6 @@ if not Config.OxInventory then if showNotification then ESX.UI.ShowInventoryItemNotification(false, item, count) end - - ESX.ShowInventory() end) RegisterNetEvent('esx:addWeapon')