From 8b7b52ab9a7395dbcf29f642b6492b4cceb25f73 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 17 Dec 2023 03:34:12 +0100 Subject: Removed Diana "Smooth Transition" and replaced it with "Line to Next". --- .../hannibal2/skyhanni/config/features/event/diana/DianaConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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.") -- cgit