tmorph: fixed typo

closes Suggestion 265 (discord)
This commit is contained in:
Justin
2019-10-09 08:53:57 +11:00
committed by GitHub
parent 1a1684d1c3
commit 898346e3bd

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();
}
}
}