Skip to content

Commit

Permalink
Only run HGS once because HGS isn't complete on those distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Nov 2, 2021
1 parent 37bba5a commit 69afb07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ else if(grailBufferType == 2) {
private void checkBoth(int start, int length, int keyCount, String grailStrategy, GrailComparator test) {
int tempSeed = this.seed;
if(!grailStrategy.equals("Opti.Gnome")) {
for(int i = 0; i < 3; i++) {
for(int i = 0; i < 1; i++) {
this.checkAlgorithm(start, length, keyCount, true, i, grailStrategy, test);
this.seed = tempSeed;
}
Expand Down

0 comments on commit 69afb07

Please sign in to comment.