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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user