Minetest checkbox_query now working; checkbox-based change_modules module still needs debugging
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user