!typo fix

This commit is contained in:
Ethan 2020-07-31 21:07:09 -04:00
parent 4003c99d45
commit a3d1d4d515

View File

@ -34,7 +34,7 @@ import net.mmogroup.mmolib.version.VersionMaterial;
public class RequiredClass extends ItemStat implements ItemRestriction, ProperStat {
public RequiredClass() {
super("REQUIRED_CLASS", new ItemStack(VersionMaterial.WRITABLE_BOOK.toMaterial()), "Required Class",
new String[] { "The class you need to", "profress to use your item." }, new String[] { "all" });
new String[] { "The class you need to", "profess to use your item." }, new String[] { "all" });
}
@Override