diff --git a/src/main/java/net/thenextlvl/tweaks/command/player/ReplyCommand.java b/src/main/java/net/thenextlvl/tweaks/command/player/ReplyCommand.java index cd862fa..d0cbf94 100644 --- a/src/main/java/net/thenextlvl/tweaks/command/player/ReplyCommand.java +++ b/src/main/java/net/thenextlvl/tweaks/command/player/ReplyCommand.java @@ -30,6 +30,6 @@ public boolean onCommand(CommandSender sender, Command command, String label, St return true; } MessageCommand.message(plugin, args, sender, player); - return false; + return true; } }