Fix labels for agility threshold configs (#1146)

This commit is contained in:
Chris Johnson
2019-07-26 22:45:09 -04:00
committed by Ganom
parent 83cd44e336
commit d8ddfa9110

View File

@@ -302,7 +302,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem(
position = 21,
keyName = "agilityFirstThreshold",
name = "Format",
name = "First Threshold",
description = "When showing agility as icons, show one icon for agility >= this level.",
group = "Target Indicator"
)
@@ -314,7 +314,7 @@ public interface PlayerIndicatorsConfig extends Config
@ConfigItem(
position = 22,
keyName = "agilitySecondThreshold",
name = "Format",
name = "Second Threshold",
description = "When showing agility as icons, show two icons for agility >= this level.",
group = "Target Indicator"
)