mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add 1.11.1 support
This commit is contained in:
parent
4b2fd4ccb1
commit
bc0a11d55b
2 changed files with 4 additions and 2 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.0";
|
||||
public const string MCHighestVersion = "1.11.1";
|
||||
|
||||
private static Thread offlinePrompt = null;
|
||||
private static bool useMcVersionOnce = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue