diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-28 12:19:26 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-28 12:19:26 +0200 |
commit | 49936719d21b5daf4ee0b25d62a2a3b3b1ebf6e6 (patch) | |
tree | a54b937768789601d9157d46612e54997f74e418 /src/main/java/at/hannibal2/skyhanni | |
parent | cf72b7981903814f1a6afb5c1f9edcb9e1b7024a (diff) | |
download | skyhanni-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.java | 1 |
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 |