From 0f1660e3edcf7abe94a9045879f40dda09505926 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Tue, 1 Jul 2025 13:21:59 +0100 Subject: [PATCH] remove debug print for ox_inv --- shared/itemcontrol.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/itemcontrol.lua b/shared/itemcontrol.lua index f5b8061..a4ed989 100644 --- a/shared/itemcontrol.lua +++ b/shared/itemcontrol.lua @@ -275,7 +275,6 @@ RegisterNetEvent(getScript()..":server:toggleItem", function(give, item, amount, else local amountToAdd = amount or 1 if isStarted(OXInv) then invName = OXInv - jsonPrint(info) exports[OXInv]:AddItem(src, item, amountToAdd, info, slot) elseif isStarted(QSInv) then invName = QSInv