diff options
| author | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-15 02:06:19 -0500 |
| commit | 148f20381750be3e2c38a6bdaf8d339113da1b39 (patch) | |
| tree | 893fc171b4228eb7c90d4df7c3394e22042a3d6b /azalea/examples | |
| parent | 7405427199e5a994d4a6a706f84434a69cb7a7d9 (diff) | |
| download | azalea-drasl-148f20381750be3e2c38a6bdaf8d339113da1b39.tar.xz | |
fix auto respawn and fix entity metadata
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/testbot.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index d9bd8681..337ac6ec 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -45,11 +45,9 @@ async fn main() -> anyhow::Result<()> { } let mut accounts = Vec::new(); - let mut states = Vec::new(); for i in 0..1 { accounts.push(Account::offline(&format!("bot{i}"))); - states.push(State::default()); } loop { |
