From 1f14cbc079ccc586afb9dee9ea1ed6bf1f404645 Mon Sep 17 00:00:00 2001 From: chickeneer Date: Sat, 5 Nov 2022 18:31:24 -0500 Subject: [PATCH] Translate CommandCompletion #377 Yes, people should register a completion so it is per-issuer but non-registered static completions would benefit from the replacements system --- core/src/main/java/co/aikar/commands/RegisteredCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/co/aikar/commands/RegisteredCommand.java b/core/src/main/java/co/aikar/commands/RegisteredCommand.java index a7346f65..601e51b9 100644 --- a/core/src/main/java/co/aikar/commands/RegisteredCommand.java +++ b/core/src/main/java/co/aikar/commands/RegisteredCommand.java @@ -93,7 +93,7 @@ public class RegisteredCommand