Fix javadoc

This commit is contained in:
RednedEpic 2021-11-13 14:55:06 -06:00
parent b1c85550f6
commit 816c0db6d7

View file

@ -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.