1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Fix wrong comment of the show-cooldown config option

This commit is contained in:
onebeastchris
2025-11-19 22:07:16 +01:00
parent 8ba82dd7a1
commit c0c7b51935

View File

@@ -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: 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 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 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() { default CooldownUtils.CooldownType showCooldown() {
return CooldownUtils.CooldownType.TITLE; return CooldownUtils.CooldownType.TITLE;
} }