Remove the word "supported" from "built-in supported custom payload"

This commit is contained in:
BlueTree242 2024-04-22 14:19:33 +02:00
parent 5d673b6edd
commit 96d99c3093
No known key found for this signature in database
GPG Key ID: BB02183B33B4F258
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import org.geysermc.geyser.api.event.connection.ConnectionEvent;
/**
* Called when the Java server sends a custom payload to Geyser.
* This event is not called when a built-in supported custom payload
* This event is not called when a built-in custom payload
* such as Floodgate is received.
*/
public class ServerCustomPayloadEvent extends ConnectionEvent {