diff options
| author | mat <github@matdoes.dev> | 2022-09-06 23:55:39 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-06 23:55:39 -0500 |
| commit | 029fa33f557c8e0ff87a42683b17df82d801f6ef (patch) | |
| tree | e1db03d9d35671c36ac11fe70e823221675f24b2 /azalea-protocol | |
| parent | 8fe02ed1150c81e52ec6405f2abfd8e8563e3d99 (diff) | |
| download | azalea-drasl-029fa33f557c8e0ff87a42683b17df82d801f6ef.tar.xz | |
fix bad enum macro generation
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_set_player_team_packet.rs | 6 |
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>; |
