fix incorrect variable name

这个提交包含在:
Vanessa Ezekowitz
2013-12-15 05:26:39 -05:00
父节点 eabced6976
当前提交 2481c06bf0
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -425,7 +425,7 @@ minetest.register_node("pipeworks:entry_panel_empty", {
minetest.add_node(pos1, {name = "pipeworks:entry_panel_empty", param2 = fdir })
pipeworks.scan_for_pipe_objects(pos1)
if not pipeworks_expect_infinite_stacks then
if not pipeworks.expect_infinite_stacks then
itemstack:take_item()
end