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:
@ -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
|
||||
|
Reference in New Issue
Block a user