This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user