aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs9
1 files changed, 3 insertions, 6 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs b/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
index 1403630d..dc914f73 100755
--- a/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_declare_commands_packet.rs
@@ -1,12 +1,9 @@
-use std::hash::Hash;
-
+use super::GamePacket;
+use crate::mc_buf::{McBufReadable, Readable};
use async_trait::async_trait;
+use std::hash::Hash;
use tokio::io::AsyncRead;
-use crate::mc_buf::{McBufReadable, Readable};
-
-use super::GamePacket;
-
#[derive(Hash, Clone, Debug)]
pub struct ClientboundDeclareCommandsPacket {
pub entries: Vec<BrigadierNodeStub>,