Add 'd' to object dust command alias list

This commit is contained in:
CocoTheOwner 2021-03-09 10:30:56 +01:00
parent b609daf89d
commit c20a2ecd9a

View File

@ -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");