mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
remove debug prints
oops
This commit is contained in:
@@ -872,10 +872,6 @@ end
|
|||||||
|
|
||||||
function hasFreeInventorySlots(slots, src)
|
function hasFreeInventorySlots(slots, src)
|
||||||
local inv = getPlayerInv(src)
|
local inv = getPlayerInv(src)
|
||||||
print(countTable(inv))
|
|
||||||
print(countTable(inv) + slots)
|
|
||||||
print(InventorySlots)
|
|
||||||
print((countTable(inv) + slots) <= InventorySlots)
|
|
||||||
if (countTable(inv) + slots) <= InventorySlots then
|
if (countTable(inv) + slots) <= InventorySlots then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user