From 332fa8a3d8fd1a5aafb95e8f3142d638ab365f46 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sat, 8 Jul 2023 21:04:30 +0200 Subject: [PATCH] :coffin: Remove ShowInventory method in add,remove inventory trigger --- [core]/es_extended/client/main.lua | 4 ---- 1 file changed, 4 deletions(-) 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')