From ddabee9d990a93384320a62aaf0d0497a8478752 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Wed, 14 Sep 2022 14:22:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBauSystem=5FMain/src/de/steamwar/bausy?= =?UTF-8?q?stem/features/world/KickallCommand.java=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../de/steamwar/bausystem/features/world/KickallCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/world/KickallCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/world/KickallCommand.java index ae85381c..ad5407dc 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/world/KickallCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/world/KickallCommand.java @@ -35,7 +35,7 @@ public class KickallCommand extends SWCommand { public BauServer bauServer; public KickallCommand() { - super("/kickall"); + super("kickall"); } @Register(description = "KICKALL_HELP")