1
2
Fork 0
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:
mat 2022-10-20 21:14:43 -05:00
parent b8f2406406
commit 22e015fda5

View file

@ -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,