From 3d81e98a2a22b7198eb4750b59e1c81bdd45e327 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Fri, 17 Feb 2017 12:52:23 +1100 Subject: [PATCH] Fix remove message --- .../main/java/com/sk89q/worldedit/command/UtilityCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java b/core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java index 38c7949a..62ef6ee1 100644 --- a/core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java +++ b/core/src/main/java/com/sk89q/worldedit/command/UtilityCommands.java @@ -508,7 +508,7 @@ public class UtilityCommands { removed += visitor.getAffected(); } - BBC.KILL_SUCCESS.send(removed, radius); + BBC.KILL_SUCCESS.send(actor, removed, radius); if (editSession != null) { session.remember(editSession);