Skip to content

Commit

Permalink
Merge pull request #73 from slavox/patch-1
Browse files Browse the repository at this point in the history
Update Greevils Greed Window for 7.37b
  • Loading branch information
howardchung authored Aug 25, 2024
2 parents c621405 + 1e3025b commit 385b818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class GreevilsGreedVisitor implements Visitor<Integer> {

private static final int GREEVILS_GREED_WINDOW = 36;
private static final int GREEVILS_GREED_WINDOW = 40;

private boolean greevilsGreedLearned = false;
private Set<Integer> lastHitTimings = new HashSet<>();
Expand Down

0 comments on commit 385b818

Please sign in to comment.