diff --git a/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java b/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java index e5bcbc7b8..a7334c87c 100644 --- a/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java +++ b/api/src/main/java/net/md_5/bungee/api/connection/ProxiedPlayer.java @@ -93,6 +93,7 @@ public interface ProxiedPlayer extends Connection, CommandSender * closing the current one. Depending on the implementation, this method * might return before the user has been connected. * + * @param target the new server to connect to * @param reason the reason for connecting to the new server */ void connect(ServerInfo target, ServerConnectEvent.Reason reason);