From d716503c04630561e612e4f3938463d4119f460f Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Sat, 20 Feb 2021 15:03:06 -0800 Subject: [PATCH] menu entry swapper config: Fix formatting from previous commit --- .../plugins/menuentryswapper/MenuEntrySwapperConfig.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java index d10ceaebeb..30d54bfb65 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java @@ -652,10 +652,10 @@ public interface MenuEntrySwapperConfig extends Config } @ConfigItem( - keyName = "swapRowboatDive", - name = "Fossil Island Rowboat Dive", - description = "Swap Travel with Dive on the rowboat found on the small island north-east of Fossil Island", - section = objectSection + keyName = "swapRowboatDive", + name = "Fossil Island Rowboat Dive", + description = "Swap Travel with Dive on the rowboat found on the small island north-east of Fossil Island", + section = objectSection ) default boolean swapRowboatDive() {