diff --git a/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java b/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java index 5480f277..8d8fa415 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java +++ b/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java @@ -45,7 +45,7 @@ public class SendCommand extends SWCommand { super("send", UserPerm.TEAM); } - @Register + @Register("to") public void sendCommand(Chatter sender, RegisteredServer toServer, Player... players) { for (Player player : players) { player.createConnectionRequest(toServer).fireAndForget();