Skip to content

Commit

Permalink
Find LC on auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenko committed Jan 18, 2014
1 parent 11120d9 commit 2d9b7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BeachBall.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,8 @@ BeachBall.RedundaKitty = function() {
//This if must be inside the first to prevent auto-hiding.
if (meLC.status == 1) {
//BeachBall.SolveLogicat();
Molpy.ClickRedacted(BeachBall.RKLevel);
//Molpy.ClickRedacted(BeachBall.RKLevel);
BeachBall.FindRK();
}
}
//Otherwise, if the RK AutoClick is on, click the Redundakitty
Expand Down

0 comments on commit 2d9b7d2

Please sign in to comment.