mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Reduce cooldown to 3 minutes
This commit is contained in:
parent
9d8547234d
commit
d34132d84b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function Gather (options) {
|
|||
|
||||
// Store cooldown times for gather leaves
|
||||
this.cooldown = {};
|
||||
this.COOLDOWN_TIME = 60 * 5;// 5 Minutes
|
||||
this.COOLDOWN_TIME = 60 * 3;// 3 Minutes
|
||||
|
||||
this.REGATHER_THRESHOLD = 8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue