diff --git a/crates/valence_command/src/handler.rs b/crates/valence_command/src/handler.rs index af039bce6..7b88948f1 100644 --- a/crates/valence_command/src/handler.rs +++ b/crates/valence_command/src/handler.rs @@ -1,7 +1,7 @@ use std::collections::HashMap; use std::fmt::Debug; use std::marker::PhantomData; -= + #[cfg(not(feature = "valence"))] use bevy_app::PreUpdate; use bevy_app::{App, Plugin, PostStartup};