mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-05 18:22:03 +01:00
#3382: Use the correct write method for ChatChain in ClientChat packet
This commit is contained in:
parent
5cdba87b87
commit
5e7dcc48b9
@ -49,7 +49,7 @@ public class ClientChat extends DefinedPacket
|
||||
buf.writeBoolean( signedPreview );
|
||||
if ( protocolVersion >= ProtocolConstants.MINECRAFT_1_19_1 )
|
||||
{
|
||||
chain.write( buf );
|
||||
chain.write( buf, direction, protocolVersion );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user