Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c386f47

Browse files
Update EncryptionRequest.java
1 parent 2d06082 commit c386f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/andcool/pipeline/EncryptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void sendEncryptionRequest(ChannelHandlerContext ctx, int protocol
2121
ByteBufUtils.writeVarInt(out, OAuthServer.VERIFY_TOKEN.length);
2222
out.writeBytes(OAuthServer.VERIFY_TOKEN);
2323

24-
if (protocolVersion >= 766) {
24+
if (protocolVersion >= 766) {
2525
out.writeBoolean(true);
2626
}
2727

0 commit comments

Comments
 (0)