aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-28 12:19:26 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-28 12:19:26 +0200
commit49936719d21b5daf4ee0b25d62a2a3b3b1ebf6e6 (patch)
treea54b937768789601d9157d46612e54997f74e418 /src/main/java/at/hannibal2/skyhanni
parentcf72b7981903814f1a6afb5c1f9edcb9e1b7024a (diff)
downloadskyhanni-49936719d21b5daf4ee0b25d62a2a3b3b1ebf6e6.tar.gz
skyhanni-49936719d21b5daf4ee0b25d62a2a3b3b1ebf6e6.tar.bz2
skyhanni-49936719d21b5daf4ee0b25d62a2a3b3b1ebf6e6.zip
Only Best Friends is no feature
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/commands/TabCompleteConfig.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/commands/TabCompleteConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/commands/TabCompleteConfig.java
index 64970cff6..fcb4a4501 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/commands/TabCompleteConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/commands/TabCompleteConfig.java
@@ -27,7 +27,6 @@ public class TabCompleteConfig {
@Expose
@ConfigOption(name = "Only Best Friends", desc = "Only Tab Complete best friends.")
@ConfigEditorBoolean
- @FeatureToggle
public boolean onlyBestFriends = false;
@Expose