aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/README.md')
-rwxr-xr-xazalea-protocol/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 7bc1f4c0..3f0ea40e 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -24,4 +24,3 @@ Adding new packets is usually pretty easy, but you'll want to have Minecraft's d
You can manually implement reading and writing functionality for a packet by implementing McBufReadable and McBufWritable, but you can also have this automatically generated for a struct or enum by deriving McBuf.
Look at other packets as an example.
-