Skip to content

Commit 1a20cef

Browse files
committed
Remove never implement command
1 parent e6e526c commit 1a20cef

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

worldedit-core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,6 @@ public UtilityCommands(WorldEdit we) {
124124
this.we = we;
125125
}
126126

127-
// TODO: Reimplement
128-
@Command(
129-
name = "/macro",
130-
desc = "Generate or run a macro"
131-
)
132-
@CommandPermissions("worldedit.macro")
133-
public void macro(Actor actor) {
134-
actor.print(TextComponent.of("This command is currently not implemented."));
135-
}
136-
137127
@Command(
138128
name = "/heightmapinterface",
139129
aliases = {"/hmi", "hmi"},

0 commit comments

Comments
 (0)