From ad1707f0eedc4b08598b385216fe6d04cdc97530 Mon Sep 17 00:00:00 2001 From: KennyTV Date: Tue, 9 Jun 2020 17:57:14 +0200 Subject: [PATCH] Fixup docs --- .../java/us/myles/ViaVersion/api/data/UserConnection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/us/myles/ViaVersion/api/data/UserConnection.java b/common/src/main/java/us/myles/ViaVersion/api/data/UserConnection.java index 4bab99bd8..4c84d2548 100644 --- a/common/src/main/java/us/myles/ViaVersion/api/data/UserConnection.java +++ b/common/src/main/java/us/myles/ViaVersion/api/data/UserConnection.java @@ -289,7 +289,7 @@ public class UserConnection { } /** - * Transforms the clientbound packet contained in draft ByteBuf. + * Transforms the clientbound packet contained in an outgoing ByteBuf. * * @param buf ByteBuf with packet id and packet contents * @param cancelSupplier Function called with original CancelException for generating the Exception used when @@ -302,7 +302,7 @@ public class UserConnection { } /** - * Transforms the serverbound packet contained in draft ByteBuf. + * Transforms the serverbound packet contained in an incoming ByteBuf. * * @param buf ByteBuf with packet id and packet contents * @param cancelSupplier Function called with original CancelException for generating the Exception used when