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")
|
yl_speak_up.show_fs(player, "add_quest_steps")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if(fields.back and current_step) then
|
if(fields.back) then
|
||||||
yl_speak_up.show_fs(player, "manage_quest_steps", current_step)
|
yl_speak_up.show_fs(player, "manage_quest_steps", current_step)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user