From c0c7b519356a653ff6a9d5dcf7e8d255f5b989f7 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Wed, 19 Nov 2025 22:07:16 +0100 Subject: [PATCH] Fix wrong comment of the show-cooldown config option --- .../java/org/geysermc/geyser/configuration/GeyserConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java b/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java index c9fef20c9..8ebd933c6 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java @@ -261,7 +261,7 @@ public interface GeyserConfig { Please note: if the cooldown is enabled, some users may see a black box during the cooldown sequence, like below: https://geysermc.org/img/external/cooldown_indicator.png This can be disabled by going into Bedrock settings under the accessibility tab and setting "Text Background Opacity" to 0 - This setting can be set to "title", "actionbar" or "false\"""") + This setting can be set to "title", "actionbar" or "disabled\"""") default CooldownUtils.CooldownType showCooldown() { return CooldownUtils.CooldownType.TITLE; }