Hotfix the "to" back in
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-03-02 18:54:59 +01:00
parent af55c946a6
commit f0beb22856

View File

@ -45,7 +45,7 @@ public class SendCommand extends SWCommand {
super("send", UserPerm.TEAM); super("send", UserPerm.TEAM);
} }
@Register @Register("to")
public void sendCommand(Chatter sender, RegisteredServer toServer, Player... players) { public void sendCommand(Chatter sender, RegisteredServer toServer, Player... players) {
for (Player player : players) { for (Player player : players) {
player.createConnectionRequest(toServer).fireAndForget(); player.createConnectionRequest(toServer).fireAndForget();