1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

local-ize a few more variables and functions

This commit is contained in:
Vanessa Ezekowitz
2013-12-15 05:53:11 -05:00
parent d099b9f8f0
commit c0ce62dacf
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ local function in_table(table,element)
end
local function is_tube(nodename)
return in_table(tubenodes,nodename)
return in_table(pipeworks.tubenodes,nodename)
end
if pipeworks == nil then