Added the 1.15.2 protocol

This commit is contained in:
rvankammen 2020-02-07 17:22:55 +01:00 committed by ORelio
parent 7df98a96b5
commit 921ec5aaf5
3 changed files with 7 additions and 4 deletions

View file

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