summaryrefslogtreecommitdiff
path: root/routing_tubes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'routing_tubes.lua')
-rw-r--r--routing_tubes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing_tubes.lua b/routing_tubes.lua
index c629e2a..000c6ee 100644
--- a/routing_tubes.lua
+++ b/routing_tubes.lua
@@ -20,7 +20,7 @@ if pipeworks.enable_priority_tube then
plain = { "pipeworks_tube_plain.png^[colorize:" .. color },
noctr = { "pipeworks_tube_noctr.png^[colorize:" .. color },
ends = { "pipeworks_tube_end.png^[colorize:" .. color },
- short = "pipeworks_tube_tube_short.png^[colorize:" .. color,
+ short = "pipeworks_tube_short.png^[colorize:" .. color,
node_def = {
tube = { priority = 150 } -- higher than tubedevices (100)
},