agility: Fix config order

This commit is contained in:
Broooklyn
2020-06-02 19:26:06 -04:00
committed by Adam
parent 791f2bd9e0
commit 25cf3eeaac

View File

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