tmorph: fixed typo (#1742)

tmorph: fixed typo
This commit is contained in:
Owain van Brakel
2019-10-09 06:17:50 +02:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ public interface TMorphConfig extends Config
@ConfigItem(
keyName = "rangeSwap",
name = "Swap Set 3",
name = "Swap Set 2",
description = "<html><center>Proper Format is id,id:Slot" +
"<br>For example: 6570,21295:Cape" +
"<br>Valid Slots: Helmet, Cape, Amulet, Weapon, Torso, Shield, Legs, Head, Hands, Boots, Jaw, Ring, Ammo</center></html>",
@@ -217,4 +217,4 @@ public interface TMorphConfig extends Config
{
return new Title();
}
}
}