diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-24 10:31:18 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-24 10:31:18 -0400 |
commit | 83f853d2ae772f55b31307d0573b64820e274262 (patch) | |
tree | a8dba0032c6ab256eb5988835da2476ea6c52c0a /oldpipes.lua | |
parent | 4597b1b59a3c4ebec7b9e1d8e5a575144280b3b4 (diff) |
old pipes were overridind the pipeworks:pipe defintion that belongs with the
new pipes.
Diffstat (limited to 'oldpipes.lua')
-rw-r--r-- | oldpipes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldpipes.lua b/oldpipes.lua index 585dc3d..90c8a27 100644 --- a/oldpipes.lua +++ b/oldpipes.lua @@ -15,7 +15,7 @@ local nodenames = { "crossing_xz", "crossing_xy", "crossing_xyz", - "pipe", + "pipe_segment", "cap_neg_x", "cap_pos_x", "cap_neg_y", |