Merge pull request #4 from jordoncodes/patch-1
fix double semicolon in readme
This commit is contained in:
commit
24cb07f489
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
// 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();
|
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
|
### Credits
|
||||||
- PacketEvents for providing the API and retrooper being a cool guy in general
|
- 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
|
- Minestom certain mappings were taken from Minestom cause i have not slept in 4 days and it was faster
|
||||||
|
|
Loading…
Reference in a new issue