Skip to content

Commit

Permalink
fix tag support toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Mar 23, 2024
1 parent 1b79084 commit e26d757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions item_transport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ if pipeworks.enable_item_tags then
end
return sanitized
end

else
function pipeworks.sanitize_tags() return {} end
end

function pipeworks.tube_item(pos, item)
Expand Down

0 comments on commit e26d757

Please sign in to comment.