This commit is contained in:
Sokomine 2023-11-01 21:41:21 +01:00
parent d57afa434c
commit 696a36a145

View File

@ -14,7 +14,7 @@ yl_speak_up.input_fs_notes = function(player, formname, fields)
stored_dialog.d_notes = dialog.d_notes
yl_speak_up.save_dialog(n_id, stored_dialog)
-- log the change
yl_speak_up.log_change(pname, n_id, "Updated notes to: ", tostring(dialog.d_notes))
yl_speak_up.log_change(pname, n_id, "Updated notes to: "..tostring(dialog.d_notes))
return yl_speak_up.show_fs(player, "msg", {
input_to = "yl_speak_up:notes",
formspec = "size[10,3]"..