From 898346e3bdf515520463d048899c7446bb453cd0 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 9 Oct 2019 08:53:57 +1100 Subject: [PATCH] tmorph: fixed typo closes Suggestion 265 (discord) --- .../java/net/runelite/client/plugins/tmorph/TMorphConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorphConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorphConfig.java index 4472e8bf05..404fadf453 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorphConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/tmorph/TMorphConfig.java @@ -63,7 +63,7 @@ public interface TMorphConfig extends Config @ConfigItem( keyName = "rangeSwap", - name = "Swap Set 3", + name = "Swap Set 2", description = "
Proper Format is id,id:Slot" + "
For example: 6570,21295:Cape" + "
Valid Slots: Helmet, Cape, Amulet, Weapon, Torso, Shield, Legs, Head, Hands, Boots, Jaw, Ring, Ammo
", @@ -217,4 +217,4 @@ public interface TMorphConfig extends Config { return new Title(); } -} \ No newline at end of file +}