#3382: Use the correct write method for ChatChain in ClientChat packet
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user