Doors: Fix trapdoor on_blast
Removing the node above was an error and is unnecessary
This commit is contained in:
parent
9862bbc8e5
commit
f018e06d9b
@ -576,7 +576,6 @@ function doors.register_trapdoor(name, def)
|
|||||||
else
|
else
|
||||||
def.on_blast = function(pos, intensity)
|
def.on_blast = function(pos, intensity)
|
||||||
minetest.remove_node(pos)
|
minetest.remove_node(pos)
|
||||||
minetest.remove_node({x = pos.x, y = pos.y + 1, z = pos.z})
|
|
||||||
return {name}
|
return {name}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user