aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/azalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs b/azalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs
deleted file mode 100755
index 460de5b2..00000000
--- a/azalea-protocol/src/packets/game/serverbound_change_difficulty_packet.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-use azalea_buf::McBuf;
-use azalea_core::difficulty::Difficulty;
-use azalea_protocol_macros::ServerboundGamePacket;
-
-#[derive(Clone, Debug, McBuf, ServerboundGamePacket)]
-pub struct ServerboundChangeDifficultyPacket {
- pub difficulty: Difficulty,
-}