mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02:00
fix incorrect variable name
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user