diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-27 14:07:39 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-27 14:07:39 +0200 |
commit | 1b1600b87b49da93bc33be21935005ba21a4995f (patch) | |
tree | ce0f5ad8a58c34f1c6c164503770b6cd3d563e67 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 2d43ec7ef96ce813e3bff658088c62fd083660e7 (diff) | |
download | skyhanni-1b1600b87b49da93bc33be21935005ba21a4995f.tar.gz skyhanni-1b1600b87b49da93bc33be21935005ba21a4995f.tar.bz2 skyhanni-1b1600b87b49da93bc33be21935005ba21a4995f.zip |
exclude barn is no feature toggle
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java index e2e695103..8c7d11cf8 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java @@ -19,7 +19,6 @@ public class KeyBindConfig { @Expose @ConfigOption(name = "Exclude Barn", desc = "Disable this feature while on the barn plot.") @ConfigEditorBoolean - @FeatureToggle public boolean excludeBarn = false; @ConfigOption(name = "Disable All", desc = "Disable all keys.") |