Skip to content
Snippets Groups Projects
Commit bf8404fc authored by sfan5's avatar sfan5
Browse files

Doors: Same prediction change for trapdoors

Forgot this in the last commit, thanks @Fixer-007
parent edba1dcb
No related branches found
No related tags found
No related merge requests found
......@@ -608,6 +608,7 @@ function doors.register_trapdoor(name, def)
return secret, "a locked trapdoor", owner
end
def.node_dig_prediction = ""
else
def.on_blast = function(pos, intensity)
minetest.remove_node(pos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment