#3384: Update documentation of ProxyPingEvent

This commit is contained in:
rgnter 2022-11-12 11:43:29 +11:00 committed by md_5
parent 68e74a8c03
commit bf2b3c68f8
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -8,7 +8,7 @@ import net.md_5.bungee.api.ServerPing;
import net.md_5.bungee.api.connection.PendingConnection; import net.md_5.bungee.api.connection.PendingConnection;
/** /**
* Called when the proxy is pinged with packet 0xFE from the server list. * Called when the proxy is queried for status from the server list.
*/ */
@Data @Data
@ToString(callSuper = false) @ToString(callSuper = false)