diff --git a/Core/src/main/java/com/plotsquared/core/command/Clear.java b/Core/src/main/java/com/plotsquared/core/command/Clear.java index e75ab37ae1..25746a5ff8 100644 --- a/Core/src/main/java/com/plotsquared/core/command/Clear.java +++ b/Core/src/main/java/com/plotsquared/core/command/Clear.java @@ -135,7 +135,7 @@ public CompletableFuture 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"));