summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-01 11:19:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-01 11:19:30 +0200
commit4693214cc65b2565976e1233b2f58152126d2e52 (patch)
treef194fb490c725f1160c05e2f4040356303c5eb5d /src/main/java/at/hannibal2/skyhanni/config/features
parent9202db955f10e38cf037d209c133468aa6d3b2e7 (diff)
downloadskyhanni-4693214cc65b2565976e1233b2f58152126d2e52.tar.gz
skyhanni-4693214cc65b2565976e1233b2f58152126d2e52.tar.bz2
skyhanni-4693214cc65b2565976e1233b2f58152126d2e52.zip
Disabled the Translator
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java20
1 files changed, 10 insertions, 10 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 b855eabd4..e23246580 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/ChatConfig.java
@@ -175,14 +175,14 @@ public class ChatConfig {
@FeatureToggle
public boolean hideSacksChange = false;
- @Expose
- @ConfigOption(
- name = "Translator",
- desc = "Click on a message to translate it into English. " +
- "Use §e/shcopytranslation§7 to get the translation from English. " +
- "§cTranslation is not guaranteed to be 100% accurate."
- )
- @ConfigEditorBoolean
- @FeatureToggle
- public boolean translator = false;
+// @Expose
+// @ConfigOption(
+// name = "Translator",
+// desc = "Click on a message to translate it into English. " +
+// "Use §e/shcopytranslation§7 to get the translation from English. " +
+// "§cTranslation is not guaranteed to be 100% accurate."
+// )
+// @ConfigEditorBoolean
+// @FeatureToggle
+// public boolean translator = false;
}