mirror of
https://github.com/minetest-mods/BobBlocks.git
synced 2025-01-08 09:00:32 +01:00
remove a debug print
This commit is contained in:
parent
ef8a1c1fb8
commit
003fe506b7
@ -321,7 +321,6 @@ minetest.register_lbm({
|
||||
action = function(pos, node)
|
||||
local meta = minetest.get_meta(pos)
|
||||
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] })
|
||||
meta:set_string("palette", "ext")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user