Skip to content

Commit f018e06

Browse files
Thomas--Sparamat
authored andcommittedJul 18, 2016
Doors: Fix trapdoor on_blast
Removing the node above was an error and is unnecessary
1 parent 9862bbc commit f018e06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎mods/doors/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ function doors.register_trapdoor(name, def)
576576
else
577577
def.on_blast = function(pos, intensity)
578578
minetest.remove_node(pos)
579-
minetest.remove_node({x = pos.x, y = pos.y + 1, z = pos.z})
580579
return {name}
581580
end
582581
end

0 commit comments

Comments
 (0)
Please sign in to comment.