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