From e96365a483f3e6c469b2d1e11030780cf9df0ea9 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Tue, 27 Jul 2021 00:35:46 +0200 Subject: [PATCH] fixed typo in function name --- fs_fashion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_fashion.lua b/fs_fashion.lua index 39162fb..8084c25 100644 --- a/fs_fashion.lua +++ b/fs_fashion.lua @@ -288,7 +288,7 @@ yl_speak_up.input_fashion = function(player, formname, fields) for _, v in pairs(capetable) do if(v == fields.set_cape) then textures[1] = fields.set_cape - y_speak_up.log_change(pname, n_id, + yl_speak_up.log_change(pname, n_id, "(fashion) cape changed to "..tostring(fields.set_cape)..".") -- we have found it break