Update create command alias "+"

This commit is contained in:
BuildTools 2020-12-11 10:03:06 +01:00
parent b554e2ee6c
commit c5c971eeae

View File

@ -11,7 +11,7 @@ public class CommandIrisStudioCreate extends MortarCommand
{
public CommandIrisStudioCreate()
{
super("create", "new");
super("create", "new", "+");
requiresPermission(Iris.perm.studio);
setDescription("Create a new project & open it.");
setCategory("Studio");