Update 'Turtle/Turtle.lua'

This commit is contained in:
manuel 2023-01-08 18:25:01 +00:00
parent 4ec5586b63
commit 76e3c47c27

View File

@ -154,7 +154,7 @@ function Turtle:checkItemTag(tag, slot)
end
end
function Wood:dropItemsDown(item, update)
function Turtle:dropItemsDown(item, update)
assert(type(item) == "string", "item must be a string")
self:assertInvUpdate(update)