mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
mention set_options in Client::join doc
This commit is contained in:
parent
b8f2406406
commit
22e015fda5
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ pub enum HandleError {
|
|||
|
||||
impl Client {
|
||||
/// Connect to a Minecraft server with an account.
|
||||
///
|
||||
/// To change the render distance and other settings, use [`Client::set_options`].
|
||||
pub async fn join(
|
||||
account: &Account,
|
||||
address: &ServerAddress,
|
||||
|
|
Loading…
Add table
Reference in a new issue