diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java index 7bf64b542..aa479daa3 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java @@ -9,7 +9,7 @@ import org.checkerframework.checker.nullness.qual.Nullable; import java.util.Optional; /** - * This event is fired once the player has been authenticated but before they connect to a server on the proxy. + * This event is fired when a player types in a chat message. */ public final class PlayerChatEvent implements ResultedEvent { private final Player player;