Update structure commands

Simplicity
This commit is contained in:
BuildTools 2020-12-11 09:48:54 +01:00
parent 436a8c4d8e
commit b554e2ee6c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ public class CommandIrisStructureExpand extends MortarCommand
{
public CommandIrisStructureExpand()
{
super("expand", "+++");
super("expand", "++");
requiresPermission(Iris.perm);
setCategory("Structure");
setDescription("Expand out more of the structure");

View File

@ -13,7 +13,7 @@ public class CommandIrisStructureMove extends MortarCommand
{
public CommandIrisStructureMove()
{
super("move", "++");
super("move", "here");
requiresPermission(Iris.perm);
setCategory("Structure");
setDescription("Load more of the structure");