summaryrefslogtreecommitdiff
path: root/pipes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pipes.lua')
-rw-r--r--pipes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes.lua b/pipes.lua
index 80b8780..ad79a3e 100644
--- a/pipes.lua
+++ b/pipes.lua
@@ -118,7 +118,7 @@ for index, connects in ipairs(cconnects) do
})
table.insert(pipes_empty_nodenames, "pipeworks:pipe_"..index.."_empty")
- table.insert(pipes_empty_nodenames, "pipeworks:pipe_"..index.."_loaded")
+ table.insert(pipes_full_nodenames, "pipeworks:pipe_"..index.."_loaded")
end