From 2756eb419af2210eed3d0574e20a620918e4e577 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 22 Feb 2026 11:35:41 +0700 Subject: optimizations at high entity counts --- azalea/examples/testbot/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea/examples/testbot/main.rs') diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index c74dcee7..63d83c8a 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -24,6 +24,7 @@ mod commands; pub mod killaura; +pub mod mspt; use std::{env, process, sync::Arc, thread, time::Duration}; @@ -75,6 +76,7 @@ async fn main() -> AppExit { args, commands: Arc::new(commands), }) + // .add_plugins(mspt::MsptPlugin) .start(join_address) .await } -- cgit v1.2.3