Skip to content

Commit

Permalink
Update tuesday.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Jul 26, 2024
1 parent a479f3d commit 28ed9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function name_block_update(){
del_element("tue_choice")
del_element("tue_html_dialog")
if(story_json[tue_story][scene].dialogs.length!=0 && arr_dialog.back_to){
var go=arr_dialog.back_to;
let go=arr_dialog.back_to;
go_to(go)
} else if(dialog>0){
dialog-=1;
Expand Down

0 comments on commit 28ed9d7

Please sign in to comment.