Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Changed according to #290 part of #275 + #292
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Jun 12, 2016
1 parent a51ec01 commit e86110d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,12 +935,12 @@ var scheduler = window.scheduler = (function() {
lengthGroup = 5000;

opt.foodAccelSize = 40;
opt.foodRoundSize = 5;
opt.foodRoundSize = 1;
} else {
lengthGroup = 10000;

opt.foodAccelSize = 60;
opt.foodRoundSize = 10;
opt.foodRoundSize = 5;
}
if (lengthGroup != this.lastLengthGroup) {
lengthGroup != this.lastLengthGroup;
Expand Down

0 comments on commit e86110d

Please sign in to comment.