mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-18 15:40:25 +02:00
Pipeworks' update to replace nodebox by mesh
This commit is contained in:
@ -51,6 +51,7 @@ function pipeworks.fix_image_names(table, replacement)
|
||||
end
|
||||
|
||||
function pipeworks.add_node_box(t, b)
|
||||
if not t or not b then return end
|
||||
for i in ipairs(b)
|
||||
do table.insert(t, b[i])
|
||||
end
|
||||
|
Reference in New Issue
Block a user