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:
@ -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
|
||||
|
Reference in New Issue
Block a user