general 1.13.2 support(v404 protocol)

This commit is contained in:
LinTx 2018-10-28 21:20:28 +08:00 committed by ORelio
parent 80e9cc65b6
commit 950fc42118
2 changed files with 4 additions and 2 deletions

View file

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