Skip to content

Commit bf8404f

Browse files
committedSep 11, 2017
Doors: Same prediction change for trapdoors
Forgot this in the last commit, thanks @Fixer-007
1 parent edba1dc commit bf8404f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mods/doors/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ function doors.register_trapdoor(name, def)
608608

609609
return secret, "a locked trapdoor", owner
610610
end
611+
def.node_dig_prediction = ""
611612
else
612613
def.on_blast = function(pos, intensity)
613614
minetest.remove_node(pos)

0 commit comments

Comments
 (0)
Please sign in to comment.