Fix bug with gender-specific messages in [message]
This commit is contained in:
parent
4dbf5b0263
commit
9d44a45f88
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ local function message_user_choice(cfg, speaker, options, text_input)
|
|||
end
|
||||
|
||||
-- add formatting
|
||||
msg_cfg.message = add_formatting(cfg, cfg.message)
|
||||
msg_cfg.message = add_formatting(cfg, msg_cfg.message)
|
||||
|
||||
-- Parse input text, if not available all fields are empty
|
||||
if text_input then
|
||||
|
|
Loading…
Add table
Reference in a new issue