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