statusbars: fixed description (#1567)

This commit is contained in:
Justin
2019-09-08 12:27:13 -04:00
committed by Ganom
parent 3b854c8838
commit 59b2010c5d
@@ -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()
{