diff options
| author | mat <git@matdoes.dev> | 2025-08-20 06:42:26 -1300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-20 22:42:40 +0300 |
| commit | 63f15353e7c92c47b48df3aad7fa5c67012637c0 (patch) | |
| tree | 0b7556cd3c80935fd8e323f0f11673857cb6ef46 /azalea/src/swarm | |
| parent | a89cae5703abe0e103a17e9c931fb6132c448172 (diff) | |
| download | azalea-drasl-63f15353e7c92c47b48df3aad7fa5c67012637c0.tar.xz | |
split client information handling out of BrandPlugin and some other cleanup
Diffstat (limited to 'azalea/src/swarm')
| -rw-r--r-- | azalea/src/swarm/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index ff85e2c1..b39d6911 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -669,11 +669,6 @@ pub type BoxSwarmHandleFn<SS, R> = /// _state: SwarmState, /// ) -> anyhow::Result<()> { /// match &event { -/// SwarmEvent::Disconnect(account, join_opts) => { -/// // automatically reconnect after 5 seconds -/// tokio::time::sleep(Duration::from_secs(5)).await; -/// swarm.add_with_opts(account, State::default(), join_opts).await?; -/// } /// SwarmEvent::Chat(m) => { /// println!("{}", m.message().to_ansi()); /// } |
