From 4af8714061d311ef4e65c624e93b9e8fc4e33a50 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Thu, 16 Nov 2023 17:18:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=BC=83=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/hamster3/mc/plugin/core/bukkit/command/ParentCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core-bukkit/src/main/java/cn/hamster3/mc/plugin/core/bukkit/command/ParentCommand.java b/core-bukkit/src/main/java/cn/hamster3/mc/plugin/core/bukkit/command/ParentCommand.java index 7a5e2cd..77af938 100644 --- a/core-bukkit/src/main/java/cn/hamster3/mc/plugin/core/bukkit/command/ParentCommand.java +++ b/core-bukkit/src/main/java/cn/hamster3/mc/plugin/core/bukkit/command/ParentCommand.java @@ -23,6 +23,7 @@ public abstract class ParentCommand extends ChildCommand { childCommands = new ArrayList<>(); } + @Deprecated public ParentCommand(@NotNull String name) { this.name = name; childCommands = new ArrayList<>();