mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
remove debug prints
oops
This commit is contained in:
@@ -872,10 +872,6 @@ end
|
||||
|
||||
function hasFreeInventorySlots(slots, 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
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user