From 75e0a665ce2a45e1158a427d3f70f854f5f4d5a8 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 16 Jun 2017 18:12:21 -0400 Subject: Updated several mods for Minetest 0.4.16 castles modpack, areas, biome_lib, blox, boost_cart, plantlife modpack caverealms, coloredwood, concrete, currency, farming redo, home decor, ilights, mesecons, moreores, pipeworks, signs_lib, technic, unified inventory unified bricks, unified dyes, worldedit, and xban2 --- caverealms/falling_ice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caverealms/falling_ice.lua') 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 -- cgit v1.2.3