fix: Lazy fix macro stacktrace

Dieser Commit ist enthalten in:
Alexander Brandes 2022-08-19 23:54:02 +02:00
Ursprung ab659eadde
Commit e80e9b965f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

Datei anzeigen

@ -115,13 +115,14 @@ public class UtilityCommands {
this.we = we; this.we = we;
} }
// TODO: Reimplement
@Command( @Command(
name = "/macro", name = "/macro",
desc = "Generate or run a macro" desc = "Generate or run a macro"
) )
@CommandPermissions("worldedit.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( @Command(