summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.lua b/api.lua
index f8a632e..fab11e3 100644
--- a/api.lua
+++ b/api.lua
@@ -1911,7 +1911,7 @@ local do_states = function(self, dtime)
if minetest.find_node_near(pos, 1, {"group:water"})
or minetest.is_protected(pos, "") then
- node_break_radius = 0
+ node_break_radius = 1
end
self.object:remove()