summaryrefslogtreecommitdiff
path: root/caverealms/falling_ice.lua
diff options
context:
space:
mode:
Diffstat (limited to 'caverealms/falling_ice.lua')
-rw-r--r--caverealms/falling_ice.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/caverealms/falling_ice.lua b/caverealms/falling_ice.lua
index 46b704b..f1ea438 100644
--- a/caverealms/falling_ice.lua
+++ b/caverealms/falling_ice.lua
@@ -186,7 +186,7 @@ function caverealms:nodeupdate_single(p, delay)
end
if minetest.get_item_group(n.name, "attached_node") ~= 0 then
- if not check_attached_node(p, n) then
+ if not caverealms:check_attached_node(p, n) then
caverealms:drop_attached_node(p)
caverealms:nodeupdate(p)
end