Merge pull request #228 from NurdTurd/patch-1

Mark 1.11.2 as supported in version message
This commit is contained in:
ORelio 2017-03-06 10:48:06 +01:00 committed by GitHub
commit eb897a23a6

View file

@ -22,7 +22,7 @@ namespace MinecraftClient
public const string Version = "1.11.0 DEV"; public const string Version = "1.11.0 DEV";
public const string MCLowestVersion = "1.4.6"; 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 Thread offlinePrompt = null;
private static bool useMcVersionOnce = false; private static bool useMcVersionOnce = false;