fixed typo in function name

This commit is contained in:
Sokomine 2021-07-27 00:35:46 +02:00
parent 8e3ba06a7e
commit e96365a483

View File

@ -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