From 148f20381750be3e2c38a6bdaf8d339113da1b39 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 15 Jul 2023 02:06:19 -0500 Subject: fix auto respawn and fix entity metadata --- azalea/examples/testbot.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea/examples') 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 { -- cgit v1.2.3