Update javadoc

This commit is contained in:
Kieran Wallbanks 2021-04-23 14:01:56 +01:00
parent 01fe452783
commit ec5ecb49bf

View File

@ -71,9 +71,8 @@ public class ServerListPingEvent extends Event implements CancellableEvent {
} }
/** /**
* PlayerConnection of received packet. * PlayerConnection of received packet. Note that the player has not joined the server
* Note that the player has not joined the server at this time. * at this time. This will <b>only</b> be non-null for modern server list pings.
* This will be null for legacy server list pings.
* *
* @return the playerConnection. * @return the playerConnection.
*/ */