Java and Geyser should be uppercase

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
Blue Tree 2024-04-22 14:05:35 +02:00 committed by GitHub
parent 7edda9f3da
commit fe858d87c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.geysermc.geyser.api.connection.GeyserConnection;
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.
* An extension/addon can use this event to translate this.
* This event is not called when a built-in supported custom payload
* such as floodgate is received.