Add 1.14.4 support

This commit is contained in:
0Jumpero 2019-07-19 20:44:02 +02:00 committed by ORelio
parent 81261c96f2
commit e50ee940f2

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.14.3";
public const string MCHighestVersion = "1.14.4";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;