mirror of
https://github.com/joe7575/techpack.git
synced 2025-02-16 18:02:25 +01:00
Indentation fixed
This commit is contained in:
@ -35,7 +35,7 @@ tubelib.Tube = Tube
|
||||
local function ON_BLAST(id)
|
||||
return function (pos)
|
||||
local node = minetest.get_node(pos)
|
||||
minetest.remove_node(pos)
|
||||
minetest.remove_node(pos)
|
||||
Tube:after_dig_tube(pos, node)
|
||||
return {id}
|
||||
end
|
||||
|
Reference in New Issue
Block a user