mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
Remove debug print
This commit is contained in:
@@ -61,7 +61,6 @@ function craftingMenu(data)
|
|||||||
Wait(0)
|
Wait(0)
|
||||||
end
|
end
|
||||||
while not canCarryTable do Wait(0) end
|
while not canCarryTable do Wait(0) end
|
||||||
print(json.encode(canCarryTable, {indent = true}))
|
|
||||||
if Config.System.Debug then print("^6Bridge^7: ^2Checking"..(data.stashName and " ^7'^6"..data.stashName.."^7'" or "").." ^2ingredients^7 - ^6"..k.."^7") end
|
if Config.System.Debug then print("^6Bridge^7: ^2Checking"..(data.stashName and " ^7'^6"..data.stashName.."^7'" or "").." ^2ingredients^7 - ^6"..k.."^7") end
|
||||||
if data.stashName then disable = not stashhasItem(stashItems, itemTable)
|
if data.stashName then disable = not stashhasItem(stashItems, itemTable)
|
||||||
else disable = not hasItem(itemTable) end
|
else disable = not hasItem(itemTable) end
|
||||||
|
|||||||
Reference in New Issue
Block a user