Update to MC version 1.16.5 (#1417)

* Update to MC version 1.16.5

* Remove comments about protocol number
This commit is contained in:
ReinforceZwei 2021-01-16 21:33:40 +08:00 committed by GitHub
parent f20abb6fbc
commit 0cbe543c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View file

@ -32,7 +32,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.16.4";
public const string MCHighestVersion = "1.16.5";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;