diff --git a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/AprilCommand.java b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/AprilCommand.java index da3955a..af89d1f 100644 --- a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/AprilCommand.java +++ b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/AprilCommand.java @@ -37,8 +37,7 @@ public class AprilCommand extends SWCommand { super("ai"); } - @Register("prompt") - public void prompt(Player player, String... prompt) { + public void genericCommand(Player player, String... prompt) { SteamwarUser user = SteamwarUser.get(player.getName()); String message = String.join(" ", prompt); SchematicSystem.MESSAGE.send("AI_START", player, message);