mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add 1.11.2 support
This commit is contained in:
parent
e347ed7eb4
commit
3abce9c586
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue