summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 43b2f9f..f9400ed 100644
--- a/init.lua
+++ b/init.lua
@@ -348,7 +348,7 @@ minetest.register_abm({
-- is it dead?
if damage >= 100 then
- plant.properties.wither(pos)
+ plant.properties.die(pos)
end
end
})