mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-23 16:02:20 +00:00
Doors: Same prediction change for trapdoors
Forgot this in the last commit, thanks @Fixer-007
This commit is contained in:
parent
edba1dcb02
commit
bf8404fcf7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue