aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 00:42:01 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 00:42:01 +0200
commit85e0bc290675274ca70a5734bd9112a92b477e90 (patch)
tree0cba620b3368237b89d4a240ea63db2d44dc9b97
parentff6477b9443cb5a9f247a5f1d10734180e9d26d7 (diff)
downloadskyhanni-85e0bc290675274ca70a5734bd9112a92b477e90.tar.gz
skyhanni-85e0bc290675274ca70a5734bd9112a92b477e90.tar.bz2
skyhanni-85e0bc290675274ca70a5734bd9112a92b477e90.zip
code cleanup
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java
index 60e7445d7..d400c279f 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java
@@ -66,7 +66,7 @@ public class ChatConfig {
@Expose
@ConfigOption(name = "Powder Mining", desc = "Hide messages while opening chests in the Crystal Hollows. " +
- "(Except powder numbers over 1k, essence numbers over 2, Prehistoric Eggs, and Automaton Parts)")
+ "(Except powder numbers over 1k, essence numbers over 2, Prehistoric Eggs, and Automaton Parts)")
@ConfigEditorBoolean
@FeatureToggle
public boolean powderMining = true;