From e1435b1c2fcda93a0a0b9a5be383cfd7892060b4 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 21 Dec 2013 03:38:08 -0500 Subject: fix a missed function name (due to being renamed) --- devices.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devices.lua') diff --git a/devices.lua b/devices.lua index dee0d21..ab14a2d 100644 --- a/devices.lua +++ b/devices.lua @@ -592,7 +592,7 @@ for fill = 0, 10 do walkable = true, drop = "pipeworks:storage_tank_"..fill, after_place_node = function(pos) - pipe_look_for_stackable_tanks(pos) + pipeworks.look_for_stackable_tanks(pos) pipeworks.scan_for_pipe_objects(pos) end, after_dig_node = function(pos) @@ -617,7 +617,7 @@ for fill = 0, 10 do sounds = default.node_sound_wood_defaults(), walkable = true, after_place_node = function(pos) - pipe_look_for_stackable_tanks(pos) + pipeworks.look_for_stackable_tanks(pos) pipeworks.scan_for_pipe_objects(pos) end, after_dig_node = function(pos) -- cgit v1.2.3