mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 23:10:17 +01: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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user