Skip to content

Commit c0c7b51

Browse files
committed
Fix wrong comment of the show-cooldown config option
1 parent 8ba82dd commit c0c7b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ interface GameplayConfig {
261261
Please note: if the cooldown is enabled, some users may see a black box during the cooldown sequence, like below:
262262
https://geysermc.org/img/external/cooldown_indicator.png
263263
This can be disabled by going into Bedrock settings under the accessibility tab and setting "Text Background Opacity" to 0
264-
This setting can be set to "title", "actionbar" or "false\"""")
264+
This setting can be set to "title", "actionbar" or "disabled\"""")
265265
default CooldownUtils.CooldownType showCooldown() {
266266
return CooldownUtils.CooldownType.TITLE;
267267
}

0 commit comments

Comments
 (0)