mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-19 05:38:02 +02:00
typo
This commit is contained in:
parent
d57afa434c
commit
696a36a145
@ -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]"..
|
||||
|
Loading…
Reference in New Issue
Block a user