Skip to content
Snippets Groups Projects
Commit f018e06d authored by Thomas--S's avatar Thomas--S Committed by paramat
Browse files

Doors: Fix trapdoor on_blast

Removing the node above was an error and is unnecessary
parent 9862bbc8
No related branches found
No related tags found
No related merge requests found
......@@ -576,7 +576,6 @@ function doors.register_trapdoor(name, def)
else
def.on_blast = function(pos, intensity)
minetest.remove_node(pos)
minetest.remove_node({x = pos.x, y = pos.y + 1, z = pos.z})
return {name}
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment