From: sfan5 Date: Mon, 11 Sep 2017 20:52:19 +0000 (+0200) Subject: Doors: Same prediction change for trapdoors X-Git-Tag: 5.0.0~179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf8404fcf7cfaa3e5e84f694505629ea88df6ce2;p=oweals%2Fminetest_game.git Doors: Same prediction change for trapdoors Forgot this in the last commit, thanks @Fixer-007 --- diff --git a/mods/doors/init.lua b/mods/doors/init.lua index 4ee2c5ab..2fcc23de 100644 --- a/mods/doors/init.lua +++ b/mods/doors/init.lua @@ -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)