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