mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Add 'd' to object dust command alias list
This commit is contained in:
parent
b609daf89d
commit
c20a2ecd9a
@ -12,7 +12,7 @@ public class CommandIrisObjectDust extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisObjectDust()
|
public CommandIrisObjectDust()
|
||||||
{
|
{
|
||||||
super("dust", "dst");
|
super("dust", "dst", "d");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Object");
|
setCategory("Object");
|
||||||
setDescription("Get a powder that reveals placed objects");
|
setDescription("Get a powder that reveals placed objects");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user