aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-06 23:55:39 -0500
committermat <github@matdoes.dev>2022-09-06 23:55:39 -0500
commit029fa33f557c8e0ff87a42683b17df82d801f6ef (patch)
treee1db03d9d35671c36ac11fe70e823221675f24b2 /azalea-protocol/src/packets
parent8fe02ed1150c81e52ec6405f2abfd8e8563e3d99 (diff)
downloadazalea-drasl-029fa33f557c8e0ff87a42683b17df82d801f6ef.tar.xz
fix bad enum macro generation
Diffstat (limited to 'azalea-protocol/src/packets')
-rw-r--r--azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs b/azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs
index 76025024..fe5a75f8 100644
--- a/azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs
+++ b/azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs
@@ -71,10 +71,4 @@ pub struct Parameters {
pub player_suffix: Component,
}
-#[derive(McBuf, Copy, Clone, Debug)]
-pub enum RenderType {
- Integer,
- Hearts,
-}
-
type PlayerList = Vec<String>;