Update to 1.17.1 (#1672)

This commit is contained in:
ReinforceZwei 2021-07-08 14:10:54 +08:00 committed by GitHub
parent 48577bf034
commit 029762e0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -51,6 +51,7 @@ namespace MinecraftClient.Protocol.Handlers
internal const int MC1163Version = 753;
internal const int MC1165Version = 754;
internal const int MC117Version = 755;
internal const int MC1171Version = 756;
private int compression_treshold = 0;
private bool autocomplete_received = false;