agility: Fix config order
This commit is contained in:
@@ -203,7 +203,7 @@ public interface AgilityConfig extends Config
|
|||||||
keyName = "highlightStick",
|
keyName = "highlightStick",
|
||||||
name = "Highlight Stick",
|
name = "Highlight Stick",
|
||||||
description = "Highlight the retrievable stick in the Werewolf Agility Course",
|
description = "Highlight the retrievable stick in the Werewolf Agility Course",
|
||||||
position = 13
|
position = 15
|
||||||
)
|
)
|
||||||
default boolean highlightStick()
|
default boolean highlightStick()
|
||||||
{
|
{
|
||||||
@@ -214,7 +214,7 @@ public interface AgilityConfig extends Config
|
|||||||
keyName = "stickHighlightColor",
|
keyName = "stickHighlightColor",
|
||||||
name = "Stick Highlight Color",
|
name = "Stick Highlight Color",
|
||||||
description = "Color of highlighted stick",
|
description = "Color of highlighted stick",
|
||||||
position = 14
|
position = 16
|
||||||
)
|
)
|
||||||
default Color stickHighlightColor()
|
default Color stickHighlightColor()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user