From 78a331584af0d6d3c79b9149995f0aded3835b74 Mon Sep 17 00:00:00 2001 From: Jordon <98439832+jordoncodes@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:54:29 +1000 Subject: [PATCH] fix double semicolon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c4484b..c804a07 100644 --- a/README.md +++ b/README.md @@ -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); } } @@ -116,4 +116,4 @@ Once this list is complete, i will release a stable version of the library. ### Credits - PacketEvents for providing the API and retrooper being a cool guy in general -- Minestom certain mappings were taken from Minestom cause i have not slept in 4 days and it was faster \ No newline at end of file +- Minestom certain mappings were taken from Minestom cause i have not slept in 4 days and it was faster