Tweaked gold logic again

This commit is contained in:
2019-06-29 01:43:56 +10:00
parent 9e2877f30f
commit a22846c264
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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