diff --git a/homedecor/bathroom_furniture.lua b/homedecor/bathroom_furniture.lua index 6fde857c..c30cfc62 100644 --- a/homedecor/bathroom_furniture.lua +++ b/homedecor/bathroom_furniture.lua @@ -158,8 +158,6 @@ minetest.register_lbm({ local paletteidx = unifieddyes.getpaletteidx("unifieddyes:"..color) - print(node.name.." --> "..newname, color.." ("..dump(paletteidx)..")") - minetest.set_node(pos, { name = newname, param2 = paletteidx }) local meta = minetest.get_meta(pos) meta:set_string("dye", "unifieddyes:"..color)