Fix labels for agility threshold configs (#1146)
This commit is contained in:
@@ -302,7 +302,7 @@ public interface PlayerIndicatorsConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 21,
|
position = 21,
|
||||||
keyName = "agilityFirstThreshold",
|
keyName = "agilityFirstThreshold",
|
||||||
name = "Format",
|
name = "First Threshold",
|
||||||
description = "When showing agility as icons, show one icon for agility >= this level.",
|
description = "When showing agility as icons, show one icon for agility >= this level.",
|
||||||
group = "Target Indicator"
|
group = "Target Indicator"
|
||||||
)
|
)
|
||||||
@@ -314,7 +314,7 @@ public interface PlayerIndicatorsConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 22,
|
position = 22,
|
||||||
keyName = "agilitySecondThreshold",
|
keyName = "agilitySecondThreshold",
|
||||||
name = "Format",
|
name = "Second Threshold",
|
||||||
description = "When showing agility as icons, show two icons for agility >= this level.",
|
description = "When showing agility as icons, show two icons for agility >= this level.",
|
||||||
group = "Target Indicator"
|
group = "Target Indicator"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user