From 3264d76f1d5a765da57b03a7ffcba506737cb5b0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:09:17 +0200 Subject: fixed wrong feature toggle --- .../at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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; } -- cgit