Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCrumpLeys committed Jul 22, 2024
1 parent 5e95d46 commit d9f45d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ctf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use std::collections::HashMap;

use bevy_ecs::query::{QueryData, WorldQuery};
use bevy_ecs::query::QueryData;
use valence::entity::cow::CowEntityBundle;
use valence::entity::entity::Flags;
use valence::entity::living::Health;
Expand Down
1 change: 0 additions & 1 deletion src/tests/scoreboard.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use divan::__private::Arg;
use valence_scoreboard::*;

use crate::client::VisibleEntityLayers;
Expand Down

0 comments on commit d9f45d5

Please sign in to comment.