aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/swarm/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs
index 1c89cdbe..ca947579 100644
--- a/azalea/src/swarm/mod.rs
+++ b/azalea/src/swarm/mod.rs
@@ -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