forked from Sokomine/yl_speak_up
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
|
stored_dialog.d_notes = dialog.d_notes
|
||||||
yl_speak_up.save_dialog(n_id, stored_dialog)
|
yl_speak_up.save_dialog(n_id, stored_dialog)
|
||||||
-- log the change
|
-- 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", {
|
return yl_speak_up.show_fs(player, "msg", {
|
||||||
input_to = "yl_speak_up:notes",
|
input_to = "yl_speak_up:notes",
|
||||||
formspec = "size[10,3]"..
|
formspec = "size[10,3]"..
|
||||||
|
Loading…
Reference in New Issue
Block a user