From 0777192d571928fc1d2a5cd68dbfd56ce90431a3 Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:04:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Commands/KillMeCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/KillMeCommand.cs b/Commands/KillMeCommand.cs index 18772f3..47f8718 100644 --- a/Commands/KillMeCommand.cs +++ b/Commands/KillMeCommand.cs @@ -8,7 +8,7 @@ using System; namespace EasyTools.Commands { [CommandHandler(typeof(ClientCommandHandler))] - public class RescueCommand : ICommand + public class KillMeCommand : ICommand { public string Command => "killme";