diff --git a/api/src/main/java/com/velocitypowered/api/event/player/CookieRequestEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/CookieRequestEvent.java index 021fd7e63..2f3db4e4c 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/CookieRequestEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/CookieRequestEvent.java @@ -14,9 +14,9 @@ import com.velocitypowered.api.proxy.Player; import net.kyori.adventure.key.Key; /** - * This event is fired when a cookie is requested from a client either by a proxy plugin or + * This event is fired when a cookie from a client is requested either by a proxy plugin or * by a backend server. Velocity will wait on this event to finish firing before discarding the - * received cookie (if handled) or forwarding it to the backend server. + * cookie request (if handled) or forwarding it to the client. */ @AwaitingEvent public final class CookieRequestEvent implements ResultedEvent { @@ -113,7 +113,7 @@ public final class CookieRequestEvent implements ResultedEvent