corp plugin: Fix settings description typo

This commit is contained in:
Jordan Atwood
2018-09-10 10:06:19 -07:00
parent 347d5b2ef7
commit 4d2a962f54

View File

@@ -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()