3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-02 08:00:07 +02:00

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

Dieser Commit ist enthalten in:
BlueTree242 2024-04-22 14:19:33 +02:00
Ursprung 5d673b6edd
Commit 96d99c3093
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: BB02183B33B4F258

Datei anzeigen

@ -31,7 +31,7 @@ import org.geysermc.geyser.api.event.connection.ConnectionEvent;
/** /**
* Called when the Java server sends a custom payload to Geyser. * 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. * such as Floodgate is received.
*/ */
public class ServerCustomPayloadEvent extends ConnectionEvent { public class ServerCustomPayloadEvent extends ConnectionEvent {