From 735f47a833e273a2431241569c2bff8ea47fd3bc Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Thu, 21 Mar 2019 19:40:21 -0500 Subject: [PATCH] WalkPast --- devNotes/sugarcube stuff/important for updating sugarcube.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devNotes/sugarcube stuff/important for updating sugarcube.txt b/devNotes/sugarcube stuff/important for updating sugarcube.txt index 2afb5756e09..c3e0846f5e0 100644 --- a/devNotes/sugarcube stuff/important for updating sugarcube.txt +++ b/devNotes/sugarcube stuff/important for updating sugarcube.txt @@ -45,8 +45,7 @@ into this: doJump(); window.lastDataPassageLink = dataPassage; -This uses two separate methods to detect if we are returning to the same page. Just checking sugarcube should actually be sufficient, but -no harm in this approach either. +This uses two separate methods to detect if we are returning to the same page. Just checking sugarcube should actually be sufficient, but no harm in this approach either. CHANGE 3: Ignore expired array -- GitLab