Skip to content

Commit 99e3105

Browse files
committed
docs: specify deprecation version for FilterTextPacket
1 parent 5843adc commit 99e3105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bedrock-codec/src/main/java/org/cloudburstmc/protocol/bedrock/packet/FilterTextPacket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the server to filter the text server-side. The server then responds with the same packet and the
1010
* safer version of the text.
1111
*
12-
* @deprecated This packet was deprecated in an unknown protocol version.
12+
* @deprecated since v671
1313
*/
1414
@Data
1515
@EqualsAndHashCode(doNotUseGetters = true)

0 commit comments

Comments
 (0)