Skip to content

Commit

Permalink
Doors: Fix trapdoor on_blast
Browse files Browse the repository at this point in the history
Removing the node above was an error and is unnecessary
  • Loading branch information
Thomas--S authored and paramat committed Jul 18, 2016
1 parent 9862bbc commit f018e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/doors/init.lua
Expand Up @@ -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
Expand Down

0 comments on commit f018e06

Please sign in to comment.