Update supported version to 1.16.3

Nothing got changed in 1.16.3
This commit is contained in:
ReinforceZwei 2020-09-11 22:58:10 +08:00 committed by ORelio
parent 7e20e409a8
commit 9bfb2bf6c7
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.2";
public const string MCHighestVersion = "1.16.3";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;