fix tag support toggling

This commit is contained in:
Luke aka SwissalpS 2024-03-23 10:36:10 +01:00 committed by GitHub
parent 1b79084e6b
commit e26d757f0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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)