corp plugin: Fix settings description typo

This commit is contained in:
Jordan Atwood
2018-10-01 13:03:21 -07:00
parent 347d5b2ef7
commit 4d2a962f54
@@ -34,7 +34,7 @@ public interface CorpConfig extends Config
@ConfigItem(
keyName = "leftClickCore",
name = "Left click walk on core",
description = "Prioritizes Walk here over Attack on the Dark energey core",
description = "Prioritizes Walk here over Attack on the Dark energy core",
position = 1
)
default boolean leftClickCore()