aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-03-11 17:54:47 +0100
committerGitHub <noreply@github.com>2024-03-11 17:54:47 +0100
commit25f3a0fb99e3adee364f34cb2580440025417768 (patch)
treebaa3ee51ce15e1f5dfa571d0a332b257371a0e01 /src/main/java/at/hannibal2/skyhanni/config/features
parent1ec9aef89d420a1be55871e774fb9aea8384297a (diff)
downloadskyhanni-25f3a0fb99e3adee364f34cb2580440025417768.tar.gz
skyhanni-25f3a0fb99e3adee364f34cb2580440025417768.tar.bz2
skyhanni-25f3a0fb99e3adee364f34cb2580440025417768.zip
improvement: Anita and SkyMart calculation breakdowns (#1116)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/SkyMartConfig.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/SkyMartConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/SkyMartConfig.java
index 604166dc9..ccf3854f4 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/SkyMartConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/SkyMartConfig.java
@@ -15,11 +15,6 @@ public class SkyMartConfig {
public boolean copperPrice = false;
@Expose
- @ConfigOption(name = "Advanced Stats", desc = "Show the BIN price and copper price for every item.")
- @ConfigEditorBoolean
- public boolean copperPriceAdvancedStats = false;
-
- @Expose
@ConfigOption(name = "Item Scale", desc = "Change the size of the items.")
@ConfigEditorSlider(minValue = 0.3f, maxValue = 5, minStep = 0.1f)
public double itemScale = 1.7;