diff options
| author | mat <github@matdoes.dev> | 2022-05-25 20:28:46 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-25 20:28:46 -0500 |
| commit | 35511e83c3fc0d655686790ad662593f0406630a (patch) | |
| tree | 9a29942402f2c31ed8bd325bd822451a1cbaf4ef /azalea-protocol/src | |
| parent | 054c6e678bc015f674c2d15cb6432a46d81d5934 (diff) | |
| download | azalea-drasl-35511e83c3fc0d655686790ad662593f0406630a.tar.xz | |
more fix
Diffstat (limited to 'azalea-protocol/src')
| -rwxr-xr-x | azalea-protocol/src/packets/game/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 883e03aa..7372435a 100755 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -103,4 +103,4 @@ declare_state_packets!( 0x66: clientbound_update_recipes_packet::ClientboundUpdateRecipesPacket, 0x67: clientbound_update_tags_packet::ClientboundUpdateTagsPacket, } -); +);
\ No newline at end of file |
