Skip to content

Commit 89bb0b8

Browse files
committed
TsumBeta: Stop startup phase on well-known sub pages
1 parent 1713f58 commit 89bb0b8

File tree

1 file changed

+2
-0
lines changed
  • scripts/com.r2studio.TsumBeta/src

1 file changed

+2
-0
lines changed

scripts/com.r2studio.TsumBeta/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,9 +1717,11 @@ Tsum.prototype.goGamePlayingPage = function() {
17171717
// check again
17181718
page = this.findPage(1, 500);
17191719
if (page === 'GamePlaying') {
1720+
this.isStartupPhase = false;
17201721
return;
17211722
}
17221723
} else if (page === 'GamePause') {
1724+
this.isStartupPhase = false;
17231725
this.tap(pageObj.next);
17241726
this.sleep(500);
17251727
} else if (page === 'unknown') {

0 commit comments

Comments
 (0)