Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2022-08-27 11:34:50 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -115,13 +115,14 @@ public class UtilityCommands {
this.we = we;
}
// TODO: Reimplement
@Command(
name = "/macro",
desc = "Generate or run a macro"
)
@CommandPermissions("worldedit.macro")
public void macro(Actor actor, LocalSession session, String name, String argument) throws IOException {
public void macro(Actor actor) {
actor.print(TextComponent.of("This command is currently not implemented."));
}
@Command(