From 696a36a145fb4a375f2163d041ec4b98c8e09521 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Wed, 1 Nov 2023 21:41:21 +0100 Subject: [PATCH] typo --- fs_notes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_notes.lua b/fs_notes.lua index f4759cb..9fbd626 100644 --- a/fs_notes.lua +++ b/fs_notes.lua @@ -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]"..