diff options
| author | mat <github@matdoes.dev> | 2022-04-21 15:25:46 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-21 15:25:46 +0000 |
| commit | 2c848ebaa59781462aba6da428c8dfcc51dbacf8 (patch) | |
| tree | 5428faac33031b213094239ae60271f1d109eaa5 /azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs | |
| parent | 298d30ad08d5efe8c94f1865909bafc220a8cfac (diff) | |
| download | azalea-drasl-2c848ebaa59781462aba6da428c8dfcc51dbacf8.tar.xz | |
Set carried item and update tags packets
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs b/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs index 402923c9..f4f528cf 100644 --- a/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs @@ -21,7 +21,6 @@ pub struct PlayerAbilitiesFlags { pub instant_break: bool, } -// Difficulty #[async_trait] impl McBufReadable for PlayerAbilitiesFlags { async fn read_into<R>(buf: &mut R) -> Result<Self, String> @@ -38,7 +37,6 @@ impl McBufReadable for PlayerAbilitiesFlags { } } -// Difficulty impl McBufWritable for PlayerAbilitiesFlags { fn write_into(&self, buf: &mut Vec<u8>) -> Result<(), std::io::Error> { let mut byte = 0; |
