fixed some typos in function names

This commit is contained in:
Sokomine 2024-02-10 00:53:25 +01:00
parent b1f5a3ee9e
commit dfc88b4895
3 changed files with 3 additions and 3 deletions

View File

@ -336,7 +336,7 @@ end
yl_speak_up.register_fs("assign_quest_step",
yl_speak_up.input_assign_quest_step,
yl_speak_up.input_fs_assign_quest_step,
yl_speak_up.get_fs_assign_quest_step,
-- no special formspec required:
nil

View File

@ -199,7 +199,7 @@ end
yl_speak_up.register_fs("fashion_extended",
yl_speak_up.input_fashion_extended,
yl_speak_up.get_fs_fashion__extended_wrapper,
yl_speak_up.get_fs_fashion_extended_wrapper,
-- no special formspec required:
nil
)

View File

@ -386,7 +386,7 @@ yl_speak_up.get_fs_initial_config_wrapper = function(player, param)
end
yl_speak_up.register_fs("initial_config",
yl_speak_up.input_initial_config,
yl_speak_up.input_fs_initial_config,
yl_speak_up.get_fs_initial_config_wrapper,
-- no special formspec required:
nil