From 00561161480e51632a0c546cf34fc62282c9fe06 Mon Sep 17 00:00:00 2001 From: ForbiddenJ Date: Tue, 4 Apr 2017 02:25:27 -0500 Subject: Namespace pollution cleanup (Used list at #154) --- routing_tubes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routing_tubes.lua') diff --git a/routing_tubes.lua b/routing_tubes.lua index 0a82fc8..f415c3e 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -101,7 +101,7 @@ if pipeworks.enable_one_way_tube then return {velocity} end, can_insert = function(pos, node, stack, direction) - local dir = minetest.facedir_to_right_dir(node.param2) + local dir = pipeworks.facedir_to_right_dir(node.param2) return vector.equals(dir, direction) end, priority = 75 -- Higher than normal tubes, but lower than receivers -- cgit v1.2.3