forked from Sokomine/yl_speak_up
improved back button
This commit is contained in:
parent
e8053e25e9
commit
8b8fbfa4aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user