aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-15 17:59:04 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-15 17:59:04 +0100
commitfdc5ec27efd3387b98478c36cebb4d46a6c293fd (patch)
treee98798334b4127269ebdff3b93cefffd90392b1c /src/main/java/at/hannibal2/skyhanni/config
parente19042709261ba3d8129bb7d627776b4ba945a36 (diff)
downloadskyhanni-fdc5ec27efd3387b98478c36cebb4d46a6c293fd.tar.gz
skyhanni-fdc5ec27efd3387b98478c36cebb4d46a6c293fd.tar.bz2
skyhanni-fdc5ec27efd3387b98478c36cebb4d46a6c293fd.zip
renamed feature
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
index 6b563c5cc..3deaec46f 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
@@ -1443,21 +1443,21 @@ public class GardenConfig {
@Expose
@ConfigOption(
- name = "Assume Fix BPS",
- desc = "Use a fixed Block Per Seconds value for the Contest Time Needed and Contest Summary Feature. When disabled, using the last tracked BPS value."
+ name = "Custom BPS",
+ desc = "Use custom Blocks per Second value in some GUIs instead of the real one."
)
@ConfigEditorBoolean
- public boolean jacobContestAssumeFixBps = true;
+ public boolean jacobContestCustomBps = true;
// TODO moulconfig runnable support
@Expose
- @ConfigOption(name = "Fix BPS Value", desc = "Set your fix Blocks per Second here.")
+ @ConfigOption(name = "Custom BPS Value", desc = "Set a custom Blocks per Second value.")
@ConfigEditorSlider(
minValue = 15,
maxValue = 20,
minStep = 0.1f
)
- public double jacobContestAssumeFixBpsValue = 19.9;
+ public double jacobContestCustomBpsValue = 19.9;
@Expose
// TODO rename to jacobContestTimesPos