Skip to content

Commit

Permalink
Fix redundant import in valence_server_common
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Feb 22, 2024
1 parent a36d247 commit ccac1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/valence_server_common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use bevy_ecs::prelude::*;
pub use despawn::*;
use valence_protocol::CompressionThreshold;

use crate::despawn::despawn_marked_entities;
pub use crate::uuid::*;

/// Minecraft's standard ticks per second (TPS).
Expand Down

0 comments on commit ccac1f3

Please sign in to comment.