#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 );
|
buf.writeBoolean( signedPreview );
|
||||||
if ( protocolVersion >= ProtocolConstants.MINECRAFT_1_19_1 )
|
if ( protocolVersion >= ProtocolConstants.MINECRAFT_1_19_1 )
|
||||||
{
|
{
|
||||||
chain.write( buf );
|
chain.write( buf, direction, protocolVersion );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user