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

@ -369,7 +369,7 @@ function modpol.interactions.checkbox_query(
return nil
end
options_display = options_display..
"List numbers to check (e.g., 1,2,5):"
"List comma-separated options to flip (e.g., 1,2,5):"
-- begin displaying
print(user .. ": " .. label)
print(options_display)