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