Minetest checkbox_query now working; checkbox-based change_modules module still needs debugging

This commit is contained in:
Nathan Schneider
2022-01-01 23:54:57 -07:00
parent c8d527dba8
commit 28a05c584c
4 changed files with 177 additions and 149 deletions

View File

@ -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