mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Fix javadoc
This commit is contained in:
parent
b1c85550f6
commit
816c0db6d7
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public abstract class PacketProtocol {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the registered id of a server {@link Packet} instance.
|
||||
* Gets the registered id of a serverbound {@link Packet} instance.
|
||||
*
|
||||
* @param packet Instance of {@link Packet} to get the id for.
|
||||
* @return The packet's registered id.
|
||||
|
|
Loading…
Reference in a new issue