remove debug print for ox_inv

This commit is contained in:
Jim Shield
2025-07-01 13:21:59 +01:00
parent e5b55e49b7
commit 0f1660e3ed

View File

@@ -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