#3387: Use the correct write method for ChatChain in ClientCommand
This commit is contained in:
parent
5e7dcc48b9
commit
71990e3ccc
@ -67,7 +67,7 @@ public class ClientCommand 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