aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-16 11:38:11 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-16 11:38:11 +0100
commit7715c155b1244f0357eb47c927fb9b056372adee (patch)
tree2a7387b6e67aa7b240699f7af7d70aa546d2e218 /src
parent4dd5800efcba9690259d3c9a51c6564865f07ff8 (diff)
downloadskyhanni-7715c155b1244f0357eb47c927fb9b056372adee.tar.gz
skyhanni-7715c155b1244f0357eb47c927fb9b056372adee.tar.bz2
skyhanni-7715c155b1244f0357eb47c927fb9b056372adee.zip
Renamed guess burrow feature
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/diana/DianaConfig.java2
1 files changed, 1 insertions, 1 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 f7ccf58f6..f2db07f7e 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
@@ -11,7 +11,7 @@ import org.lwjgl.input.Keyboard;
public class DianaConfig {
@Expose
- @ConfigOption(name = "Soopy Guess", desc = "Uses §eSoopy's Guess Logic §7to find the next burrow. Does not require SoopyV2 or ChatTriggers to be installed.")
+ @ConfigOption(name = "Guess Next Burrow", desc = "Uses math from §eSoopy's Guess Logic §7to find the next burrow. Does not require SoopyV2 or ChatTriggers to be installed.")
@ConfigEditorBoolean
@FeatureToggle
public boolean burrowsSoopyGuess = false;