aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:21:09 -0400
committerGitHub <noreply@github.com>2023-03-15 12:21:09 -0400
commit9231aa849951a690beb28241bf32f56520dcc914 (patch)
tree40205bfe7258efa13e8c3ee7a59bf7e4b0b06d4e /src/main/java/at/hannibal2
parent588dc718cf9ff15f95023da39fe4c030d739368f (diff)
downloadskyhanni-9231aa849951a690beb28241bf32f56520dcc914.tar.gz
skyhanni-9231aa849951a690beb28241bf32f56520dcc914.tar.bz2
skyhanni-9231aa849951a690beb28241bf32f56520dcc914.zip
Capitalization
ChatTriggers is one word, Pascal case
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Diana.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
index 984cc4165..072ac2fba 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java
@@ -9,7 +9,7 @@ import org.lwjgl.input.Keyboard;
public class Diana {
@Expose
- @ConfigOption(name = "Soopy Guess", desc = "Uses §eSoopy's Guess Logic §7to find the next burrow. Does not require SoopyV2 or chat triggers to be installed.")
+ @ConfigOption(name = "Soopy Guess", desc = "Uses §eSoopy's Guess Logic §7to find the next burrow. Does not require SoopyV2 or ChatTriggers to be installed.")
@ConfigEditorBoolean
public boolean burrowsSoopyGuess = false;