diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-04 01:12:39 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-04 01:12:39 -0500 |
commit | 88bc800ccb6c9445a76cf06f8ba73e3caeceb2de (patch) | |
tree | 91107611823d1a39eb5edc99ad48c6343b5e275a /flowing_logic.lua | |
parent | 6419ecb1178fb6073fa9b7e153f96c3fd5946a87 (diff) |
minor spacing tweaks, nothing functional
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 |