diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 03:34:12 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 03:34:12 +0100 |
commit | 8b7b52ab9a7395dbcf29f642b6492b4cceb25f73 (patch) | |
tree | a15aac238e307c70511409118dc9e21b3eb51134 /src/main/java/at/hannibal2/skyhanni/config | |
parent | ad0c264c347367bfd02437e25d2835e3cd0d3737 (diff) | |
download | skyhanni-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.java | 4 |
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.") |