Skip to content

Commit

Permalink
fix broken
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed Sep 12, 2023
1 parent 68f4197 commit b32f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/valence_command/src/handler.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit b32f43f

Please sign in to comment.