mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fix comment
This commit is contained in:
parent
dadd5ba943
commit
e86d11ced0
1 changed files with 1 additions and 1 deletions
|
@ -1702,7 +1702,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
||||||
/**
|
/**
|
||||||
* Send a packet to the remote server if in the specified state.
|
* 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
|
* @param intendedState the state the client should be in
|
||||||
*/
|
*/
|
||||||
public void sendDownstreamPacket(Packet packet, ProtocolState intendedState) {
|
public void sendDownstreamPacket(Packet packet, ProtocolState intendedState) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue