aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-20 21:04:52 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-20 21:04:52 +0200
commitac792ec4d55d46512930667402782fb545221a0f (patch)
tree5f95a305db7b454fef87dbdb6e5d20a4c8bf0dce /src/main/java/at/hannibal2/skyhanni
parent35e3ade1365f7eb4dce897d4da05aae3569737c0 (diff)
downloadskyhanni-ac792ec4d55d46512930667402782fb545221a0f.tar.gz
skyhanni-ac792ec4d55d46512930667402782fb545221a0f.tar.bz2
skyhanni-ac792ec4d55d46512930667402782fb545221a0f.zip
No longer double counting mob kill coins in slayer profit tracker
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerItemProfitTracker.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerItemProfitTracker.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerItemProfitTracker.kt
index 125e08f83..cd08bbfdb 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerItemProfitTracker.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerItemProfitTracker.kt
@@ -255,7 +255,6 @@ object SlayerItemProfitTracker {
)
)
- profit += mobKillCoins
val profitFormat = NumberUtil.format(profit)
val profitPrefix = if (profit < 0) "§c" else "§6"