aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/chat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/chat.rs')
-rwxr-xr-xazalea-client/src/chat.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/azalea-client/src/chat.rs b/azalea-client/src/chat.rs
index 1b4b7228..751893b7 100755
--- a/azalea-client/src/chat.rs
+++ b/azalea-client/src/chat.rs
@@ -1,5 +1,10 @@
//! Implementations of chat-related features.
+use std::{
+ sync::Arc,
+ time::{SystemTime, UNIX_EPOCH},
+};
+
use azalea_chat::FormattedText;
use azalea_protocol::packets::game::{
clientbound_disguised_chat_packet::ClientboundDisguisedChatPacket,
@@ -15,10 +20,6 @@ use bevy_ecs::{
prelude::Event,
schedule::IntoSystemConfigs,
};
-use std::{
- sync::Arc,
- time::{SystemTime, UNIX_EPOCH},
-};
use uuid::Uuid;
use crate::{