diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-03 12:09:17 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-03 12:09:17 +0200 |
commit | 3264d76f1d5a765da57b03a7ffcba506737cb5b0 (patch) | |
tree | 41b074003977832da8c9aa3d93b5c6fbb810491b /src | |
parent | c212cc7a3ee573b2eda614c29ced575936f4d4bb (diff) | |
download | skyhanni-3264d76f1d5a765da57b03a7ffcba506737cb5b0.tar.gz skyhanni-3264d76f1d5a765da57b03a7ffcba506737cb5b0.tar.bz2 skyhanni-3264d76f1d5a765da57b03a7ffcba506737cb5b0.zip |
fixed wrong feature toggle
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java index 854ed39cc..d8626e243 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java @@ -55,8 +55,7 @@ public class CommandsConfig { public boolean transferCooldown = false; @Expose - @ConfigOption(name = "Transfer Cooldown Ended Message", desc = "Sends a message in chat when the transfer cooldown ends.") + @ConfigOption(name = "Transfer Cooldown Message", desc = "Sends a message in chat when the transfer cooldown ends.") @ConfigEditorBoolean - @FeatureToggle public boolean transferCooldownMessage = false; } |