From 289561ffe98acf02b94fa971b6883cb3df1ff636 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 14 Dec 2023 23:21:47 +0100 Subject: [PATCH] Clear.java changed --- Core/src/main/java/com/plotsquared/core/command/Clear.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));