1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

minor spacing tweaks, nothing functional

This commit is contained in:
Vanessa Ezekowitz
2013-01-04 01:12:39 -05:00
parent 6419ecb117
commit 88bc800ccb
2 changed files with 13 additions and 3 deletions

View File

@ -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