From dc14b0cd2e4ca6bb2d3f4c916be190f81058fdae Mon Sep 17 00:00:00 2001 From: Carm Date: Thu, 11 Aug 2022 18:22:57 +0800 Subject: [PATCH] =?UTF-8?q?chore(cmd):=20=E7=A7=BB=E9=99=A4=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cc/carm/plugin/userprefix/command/sub/ListCommand.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/cc/carm/plugin/userprefix/command/sub/ListCommand.java b/src/main/java/cc/carm/plugin/userprefix/command/sub/ListCommand.java index b4aa57f..e720e8c 100644 --- a/src/main/java/cc/carm/plugin/userprefix/command/sub/ListCommand.java +++ b/src/main/java/cc/carm/plugin/userprefix/command/sub/ListCommand.java @@ -23,11 +23,8 @@ public class ListCommand extends SubCommand { value.getContent(), sender.getName() ); } - return null; } - - }