mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
Remove testing debug print
This commit is contained in:
@@ -1279,7 +1279,7 @@ end
|
|||||||
function hasItem(items, amount, src)
|
function hasItem(items, amount, src)
|
||||||
local amount = amount and amount or 1
|
local amount = amount and amount or 1
|
||||||
local grabInv, foundInv = getPlayerInv(src)
|
local grabInv, foundInv = getPlayerInv(src)
|
||||||
jsonPrint(grabInv)
|
|
||||||
if type(items) ~= "table" then items = { [items] = amount and amount or 1, } end
|
if type(items) ~= "table" then items = { [items] = amount and amount or 1, } end
|
||||||
|
|
||||||
local hasTable = {}
|
local hasTable = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user