Tweaked gold logic again
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ const runGoldTick = (connection) => {
|
||||
if (results[0].goldAverage < 120) return 30;
|
||||
if (results[0].goldAverage < 130) return 60;
|
||||
if (results[0].goldAverage < 140) return 120;
|
||||
return 180; //slow it way down
|
||||
return -180; //slow it way down
|
||||
})();
|
||||
|
||||
//if the tick rate changed (or is undefined), reset (or start) the inner tick job
|
||||
|
||||
Reference in New Issue
Block a user