aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/tick_counter.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-07-24 03:54:33 -0330
committermat <git@matdoes.dev>2025-07-24 03:54:33 -0330
commit45f89b48e425262974a993adc0774dcbcad397fa (patch)
treec6326c08671101d16f8b1e539c0fd7011fe62b23 /azalea-client/src/plugins/tick_counter.rs
parent6984a2b9e6fda83c4d0a8b526b82fd62b6770993 (diff)
downloadazalea-drasl-45f89b48e425262974a993adc0774dcbcad397fa.tar.xz
1.21.8
Diffstat (limited to 'azalea-client/src/plugins/tick_counter.rs')
-rw-r--r--azalea-client/src/plugins/tick_counter.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/tick_counter.rs b/azalea-client/src/plugins/tick_counter.rs
index 21515959..dd65ca69 100644
--- a/azalea-client/src/plugins/tick_counter.rs
+++ b/azalea-client/src/plugins/tick_counter.rs
@@ -1,7 +1,6 @@
use azalea_core::tick::GameTick;
use azalea_physics::PhysicsSet;
use azalea_world::InstanceName;
-
use bevy_app::{App, Plugin};
use bevy_ecs::prelude::*;