Skip to content

Commit

Permalink
Correctly return empty buckets in housing when water buckets are used…
Browse files Browse the repository at this point in the history
… to build anything #385
  • Loading branch information
brightrim committed Feb 20, 2024
1 parent fd11908 commit cb8e635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion housing/construction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ local function createItem(user, product, trowel, skill)
end

for _, remnant in ipairs(product.remnants) do
common.CreateItem(user, remnant.item, remnant.quantity, 333, remnant.data)
common.CreateItem(user, remnant.id, remnant.quantity, 333, remnant.data)
end
end

Expand Down

0 comments on commit cb8e635

Please sign in to comment.