mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-17 15:48:31 +01:00
remove a debug print
This commit is contained in:
parent
1ef6e9b69f
commit
bc9192a847
@ -179,7 +179,6 @@ minetest.register_lbm({
|
|||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
if meta:get_string("palette") ~= "ext" then
|
if meta:get_string("palette") ~= "ext" then
|
||||||
print(node.param2.." --> "..unifieddyes.convert_classic_palette[node.param2])
|
|
||||||
minetest.swap_node(pos, { name = node.name, param2 = unifieddyes.convert_classic_palette[node.param2] })
|
minetest.swap_node(pos, { name = node.name, param2 = unifieddyes.convert_classic_palette[node.param2] })
|
||||||
meta:set_string("palette", "ext")
|
meta:set_string("palette", "ext")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user