Skip to content

Commit

Permalink
Doors: Same prediction change for trapdoors
Browse files Browse the repository at this point in the history
Forgot this in the last commit, thanks @Fixer-007
  • Loading branch information
sfan5 committed Sep 11, 2017
1 parent edba1dc commit bf8404f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/doors/init.lua
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ function doors.register_trapdoor(name, def)


return secret, "a locked trapdoor", owner return secret, "a locked trapdoor", owner
end end
def.node_dig_prediction = ""
else else
def.on_blast = function(pos, intensity) def.on_blast = function(pos, intensity)
minetest.remove_node(pos) minetest.remove_node(pos)
Expand Down

0 comments on commit bf8404f

Please sign in to comment.