mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-17 21:11:26 +01:00
*
This commit is contained in:
parent
b685680340
commit
5f05b5a58a
@ -65,7 +65,7 @@ public class UsageMessage extends Message {
|
|||||||
newline();
|
newline();
|
||||||
String cmd = prefix + mapping.getPrimaryAlias();
|
String cmd = prefix + mapping.getPrimaryAlias();
|
||||||
text((perm ? BBC.HELP_ITEM_ALLOWED : BBC.HELP_ITEM_DENIED).format(cmd, mapping.getDescription().getDescription()));
|
text((perm ? BBC.HELP_ITEM_ALLOWED : BBC.HELP_ITEM_DENIED).format(cmd, mapping.getDescription().getDescription()));
|
||||||
cmdTip(cmd);
|
command(cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user