Add 1.11.2 support

This commit is contained in:
Sheldon Rupp 2016-12-25 19:29:15 +01:00 committed by GitHub
parent e347ed7eb4
commit 3abce9c586

View file

@ -22,7 +22,7 @@ namespace MinecraftClient
public const string Version = "1.11.0 DEV";
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.11.1";
public const string MCHighestVersion = "1.11.2";
private static Thread offlinePrompt = null;
private static bool useMcVersionOnce = false;