diff options
Diffstat (limited to 'flowing_logic.lua')
-rw-r--r-- | flowing_logic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowing_logic.lua b/flowing_logic.lua index 6fa37e3..95162a3 100644 --- a/flowing_logic.lua +++ b/flowing_logic.lua @@ -42,8 +42,8 @@ local check4inflows = function(pos,node) if newnode ~= nil then dbg(newnode) end end end - if newnode then dbg(newnode..' to replace '..node.name) end if newnode then + dbg(newnode..' to replace '..node.name) minetest.env:add_node(pos,{name=newnode}) minetest.env:get_meta(pos):set_string('source',minetest.pos_to_string(source)) end |