fix comment

This commit is contained in:
LetsGoAway 2024-07-26 10:40:31 +08:00 committed by GitHub
parent dadd5ba943
commit e86d11ced0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1702,7 +1702,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
/**
* Send a packet to the remote server if in the specified state.
*
* @param packet the java edition packet from MCProtocolLib
* @param packet the java edition packet from MCProtocolLib
* @param intendedState the state the client should be in
*/
public void sendDownstreamPacket(Packet packet, ProtocolState intendedState) {