Merge pull request #5737 from Nightfirecat/fix-corp-settings-typo

corp plugin: Fix settings description typo
This commit is contained in:
Tomas Slusny
2018-10-01 23:10:06 +02:00
committed by GitHub

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