corp plugin: Fix settings description typo
This commit is contained in:
@@ -34,7 +34,7 @@ public interface CorpConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "leftClickCore",
|
keyName = "leftClickCore",
|
||||||
name = "Left click walk on core",
|
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
|
position = 1
|
||||||
)
|
)
|
||||||
default boolean leftClickCore()
|
default boolean leftClickCore()
|
||||||
|
|||||||
Reference in New Issue
Block a user