mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-01-08 09:00:17 +01:00
remove a debug print
This commit is contained in:
parent
ef3e2e8866
commit
140a315725
1
init.lua
1
init.lua
@ -345,7 +345,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