summaryrefslogtreecommitdiff
path: root/routing_tubes.lua
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-02-04 10:58:53 +0100
committerTim <t4im@users.noreply.github.com>2015-02-04 10:58:53 +0100
commit7a82393547e2eb2c11fbc6f7c4e141f9f2295073 (patch)
treeace34fc593e3a693119c302cfee3fa3d4a6edadb /routing_tubes.lua
parent50bc3518047ac41b18ba78b1cde25a35167a69b5 (diff)
downloadpipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar
pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.gz
pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.bz2
pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.xz
pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.zip
fix typo in texturename
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)
},