improved back button

This commit is contained in:
Sokomine 2023-09-22 07:00:18 +02:00
parent e8053e25e9
commit 8b8fbfa4aa

View File

@ -101,7 +101,7 @@ yl_speak_up.input_fs_add_quest_steps = function(player, formname, fields)
yl_speak_up.show_fs(player, "add_quest_steps")
return
end
if(fields.back and current_step) then
if(fields.back) then
yl_speak_up.show_fs(player, "manage_quest_steps", current_step)
return
end