From f0beb22856980f1d37355a91a1debc8a536d51bf Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Sun, 2 Mar 2025 18:54:59 +0100 Subject: [PATCH] Hotfix the "to" back in --- .../src/de/steamwar/velocitycore/commands/SendCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();