From 3777ab5c8f8302edba7bfdda5850cb77f4b4191b Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sun, 30 Sep 2018 18:32:01 -0400 Subject: [PATCH] Fix PlayerChatEvent Javadoc --- .../com/velocitypowered/api/event/player/PlayerChatEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;