Skip to content

Commit

Permalink
Clear.java changed
Browse files Browse the repository at this point in the history
  • Loading branch information
David-M-GitHub committed Dec 14, 2023
1 parent ae0b8f3 commit 289561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/main/java/com/plotsquared/core/command/Clear.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public CompletableFuture<Boolean> execute(
.tag("plot", Tag.inserting(Component.text(plot.getId().toString())))
.build()
);
this.eventDispatcher.callPostClear(plot);
this.eventDispatcher.callPostPlotClear(plot);
}));
if (!result) {
player.sendMessage(TranslatableCaption.of("errors.wait_for_timer"));
Expand Down

0 comments on commit 289561f

Please sign in to comment.