mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Update create command alias "+"
This commit is contained in:
parent
b554e2ee6c
commit
c5c971eeae
@ -11,7 +11,7 @@ public class CommandIrisStudioCreate extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisStudioCreate()
|
public CommandIrisStudioCreate()
|
||||||
{
|
{
|
||||||
super("create", "new");
|
super("create", "new", "+");
|
||||||
requiresPermission(Iris.perm.studio);
|
requiresPermission(Iris.perm.studio);
|
||||||
setDescription("Create a new project & open it.");
|
setDescription("Create a new project & open it.");
|
||||||
setCategory("Studio");
|
setCategory("Studio");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user