aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/testbot/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples/testbot/main.rs')
-rw-r--r--azalea/examples/testbot/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs
index 63d83c8a..f5f6c096 100644
--- a/azalea/examples/testbot/main.rs
+++ b/azalea/examples/testbot/main.rs
@@ -120,7 +120,7 @@ pub struct State {
impl State {
fn new() -> Self {
Self {
- killaura: true,
+ killaura: false,
task: Arc::new(Mutex::new(BotTask::None)),
}
}