Minetest checkbox_query now working; checkbox-based change_modules module still needs debugging
This commit is contained in:
@ -38,7 +38,7 @@ function display_processes:initiate(result)
|
||||
and type(v2) ~= "table" then
|
||||
v2_string = tostring(v2)
|
||||
elseif type(v2) == "table" then
|
||||
v2_string = table.concat(v2)
|
||||
v2_string = tostring(v2)
|
||||
else
|
||||
v2_string = "Could not render"
|
||||
end
|
||||
|
Reference in New Issue
Block a user