mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-08-02 02:35:48 +02:00
fixed some typos in function names
This commit is contained in:
parent
b1f5a3ee9e
commit
dfc88b4895
@ -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
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user