Add missing info to constructor doc

This commit is contained in:
Gabik21
2019-10-28 21:23:28 +01:00
parent ad291803ea
commit 9498376bfa

View File

@@ -20,7 +20,7 @@ public final class ServerConnectedEvent {
* Constructs a ServerConnectedEvent.
* @param player the player that was connected
* @param server the server the player was connected to
* @param previousServer the server the player was previously connected to
* @param previousServer the server the player was previously connected to, null if none
*/
public ServerConnectedEvent(Player player, RegisteredServer server,
@Nullable RegisteredServer previousServer) {