forked from RepoMirrors/kami-blue
update xray description for #289
This commit is contained in:
parent
ced551d8f1
commit
05395c7c41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue