aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-08-11 02:57:05 +0800
committerGitHub <noreply@github.com>2022-08-11 02:57:05 +0800
commit29bc7f9f65f196b4e1703d86692d0debc0791fc7 (patch)
tree95d43ff87c53f5d71c79867e0cb4b0ad2e762fbb /features
parentbb19b9667e23ae8f408b3edcc204ef85a2b2aa05 (diff)
downloadSoopyV2-29bc7f9f65f196b4e1703d86692d0debc0791fc7.tar.gz
SoopyV2-29bc7f9f65f196b4e1703d86692d0debc0791fc7.tar.bz2
SoopyV2-29bc7f9f65f196b4e1703d86692d0debc0791fc7.zip
wrong thing
math is fun!
Diffstat (limited to 'features')
-rw-r--r--features/globalSettings/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js
index cb12c4c..185c5c1 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -159,7 +159,7 @@ class GlobalSettings extends Feature {
if (Math.abs(i.timeStamp - now) > 5000) {
array.splice(index, 1)
}
- todoText.push((i.Amount > -1 ? "&r&a+ " : "&r&c- ") + Math.abs(i.Amount == 0 ? 1 : i.Amount) + "x &r" + i.itemName)
+ todoText.push((i.Amount > 0 ? "&r&a+ " : "&r&c- ") + Math.abs(i.Amount == 0 ? 1 : i.Amount) + "x &r" + i.itemName)
});
} else {
this.todoPickUpLog = [];