statusbars: fixed description (#1567)

This commit is contained in:
Justin
2019-09-09 02:27:13 +10:00
committed by Ganom
parent 3b854c8838
commit 59b2010c5d

View File

@@ -36,7 +36,7 @@ public interface StatusBarsConfig extends Config
position = 1,
keyName = "enableCounter",
name = "Show counters",
description = "Shows currentValue value of the status on the bar"
description = "Shows the numeric value of HP and Prayer on the status bar"
)
default boolean enableCounter()
{