mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix: Lazy fix macro stacktrace (#1911)
This commit is contained in:
parent
60ad2b51e8
commit
d5acb4ec51
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user