From 71cd3f021e5aeec81d9b473860702da15668b7c9 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 18 Nov 2023 00:49:44 -0600 Subject: make packet an Arc in PacketEvent --- azalea/examples/testbot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index a7f34a77..38f8d499 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -47,7 +47,7 @@ async fn main() -> anyhow::Result<()> { let mut accounts = Vec::new(); - for i in 0..200 { + for i in 0..3 { accounts.push(Account::offline(&format!("bot{i}"))); } -- cgit v1.2.3