update xray description for #289

This commit is contained in:
Bella 2020-02-17 11:02:52 -05:00
parent ced551d8f1
commit 05395c7c41
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import net.minecraft.block.Block;
*/
public class XRayCommand extends Command {
public XRayCommand() {
super("xray", new ChunkBuilder().append("subcommand").build());
setDescription("Has a set of sub-commands to control the XRay module.");
super("xray", new ChunkBuilder().append("subcommand").build(), "wallhack", "x-ray");
setDescription("Allows you to add or remove blocks from the &7xray &8module");
}
@Override