From f465651af23210fcedb4871ea57f408ca8945262 Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:47:10 +0800 Subject: up to date --- features/specialMining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/specialMining/index.js b/features/specialMining/index.js index ce95dd1..794b9ca 100644 --- a/features/specialMining/index.js +++ b/features/specialMining/index.js @@ -288,7 +288,7 @@ class PowderAndScatha extends Feature { if (this.PowderElement.getValue() && this.inCrystalHollows) { this.overlayLeft.push(`&b2x Powder:`) - this.overlayRight.push(this.dPowder ? "&a" + timeNumber(this.dPowder - Date.now()) : "&cINACTIVE") + this.overlayRight.push(this.dPowder ? "&a" + timeNumber(Math.max(0, this.dPowder - Date.now())) : "&cINACTIVE") if (this.miningData.powder.chests) { let c = this.miningData.powder.chests -- cgit