Merge pull request #1271 from tyhi/patch-1

Fix typo in fightcave plugin
This commit is contained in:
Tyler Bochard
2019-08-05 23:41:03 -04:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ public interface FightCaveConfig extends Config
position = 2,
keyName = "tickTimersWidget",
name = "Tick Timers in Prayer",
description = "Adds an overlay to the Praayer Interface with the ticks until next attack for that prayer.",
description = "Adds an overlay to the Prayer Interface with the ticks until next attack for that prayer.",
parent = "mainConfig"
)
default boolean tickTimersWidget()