aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 03:34:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-17 03:34:12 +0100
commit8b7b52ab9a7395dbcf29f642b6492b4cceb25f73 (patch)
treea15aac238e307c70511409118dc9e21b3eb51134 /src/main/java/at/hannibal2/skyhanni/config
parentad0c264c347367bfd02437e25d2835e3cd0d3737 (diff)
downloadskyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.gz
skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.tar.bz2
skyhanni-8b7b52ab9a7395dbcf29f642b6492b4cceb25f73.zip
Removed Diana "Smooth Transition" and replaced it with "Line to Next".
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java
index 9db30db0c..2de341b4c 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java
@@ -29,9 +29,9 @@ public class DianaConfig {
public boolean burrowsNearbyDetection = false;
@Expose
- @ConfigOption(name = "Smooth Transition", desc = "Show the way from one burrow to another smoothly.")
+ @ConfigOption(name = "Line To Next", desc = "Show a line to the closest burrow or guess location.")
@ConfigEditorBoolean
- public boolean burrowSmoothTransition = false;
+ public boolean lineToNext = true;
@Expose
@ConfigOption(name = "Nearest Warp", desc = "Warps to the nearest warp point on the hub, if closer to the next burrow.")