forked from thunderdog1138/star_wars
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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue