fix wording

This commit is contained in:
derklaro 2022-08-15 20:14:13 +02:00
parent 05419fd34a
commit 9750955a45
No known key found for this signature in database
GPG Key ID: FEB0E33393FE6B91
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ public interface PacketListener {
* Note that the packet may be replaced, if needed.
* <p>
* This method is executed on the main server thread by default. However, some spigot forks (like paper) schedule
* specific packets off the main thread. If the {@link ListenerOptions#ASYNC} option is specified any invocation of
* this method will be on the main server thread.
* specific packets off the main thread. If the {@link ListenerOptions#ASYNC} option is not specified any invocation
* of this method will be on the main server thread.
*
* @param event - the packet that should be sent.
*/