fix: Lazy fix macro stacktrace (#1911)

Dieser Commit ist enthalten in:
Alexander Brandes 2022-08-24 10:02:25 +02:00 committet von GitHub
Ursprung 60ad2b51e8
Commit d5acb4ec51
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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(