mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
mention join_delay in add_accounts docs
This commit is contained in:
parent
929cb95db4
commit
da96a7663a
1 changed files with 3 additions and 0 deletions
|
@ -229,6 +229,9 @@ where
|
|||
/// Use [`Self::add_account`] to only add one account. If you want the
|
||||
/// clients to have different default states, add them one at a time with
|
||||
/// [`Self::add_account_with_state`].
|
||||
///
|
||||
/// By default every account will join at the same time, you can add a delay
|
||||
/// with [`Self::join_delay`].
|
||||
#[must_use]
|
||||
pub fn add_accounts(mut self, accounts: Vec<Account>) -> Self
|
||||
where
|
||||
|
|
Loading…
Add table
Reference in a new issue