Fix jigsaw edit tooltip

This commit is contained in:
CocoTheOwner 2021-01-13 12:34:29 +01:00
parent 4329623341
commit 958c5ea195

View File

@ -18,7 +18,7 @@ public class CommandIrisJigsawEdit extends MortarCommand
super("edit", "e", "*");
requiresPermission(Iris.perm);
setCategory("Jigsaw");
setDescription("Create a new jigsaw piece");
setDescription("Edit an existing Jigsaw piece");
}
@Override