Merge pull request #4 from jordoncodes/patch-1

fix double semicolon in readme
This commit is contained in:
Tofaa 2024-02-23 12:51:23 +04:00 committed by GitHub
commit 24cb07f489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ class Example {
// Once you're done modifying the meta accordingly, you can convert it to a packet, and send it to whoever you want for them to see the changes.
WrapperPlayServerEntityMetadata metaPacket = meta.createPacket();
User.sendPacket(metaPacket);;
User.sendPacket(metaPacket);
}
}