mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update version info for 1.8.2 release
This commit is contained in:
parent
734d2672a2
commit
e3c38ed6ac
3 changed files with 5 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ namespace MinecraftClient
|
|||
{
|
||||
private static McTcpClient Client;
|
||||
public static string[] startupargs;
|
||||
public const string Version = "1.8.0";
|
||||
public const string Version = "1.8.2";
|
||||
private static Thread offlinePrompt = null;
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -27,7 +27,7 @@ namespace MinecraftClient
|
|||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.1 - v" + Version + " - By ORelio & Contributors");
|
||||
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.3 - v" + Version + " - By ORelio & Contributors");
|
||||
|
||||
//Basic Input/Output ?
|
||||
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")
|
||||
|
|
|
|||
|
|
@ -109,6 +109,8 @@ namespace MinecraftClient.Protocol
|
|||
return 5;
|
||||
case "1.8.0":
|
||||
case "1.8.1":
|
||||
case "1.8.2":
|
||||
case "1.8.3":
|
||||
return 47;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
==================================================================
|
||||
Minecraft Client v1.8.1 for Minecraft 1.4.6 to 1.8.0 - By ORelio
|
||||
Minecraft Client v1.8.2 for Minecraft 1.4.6 to 1.8.3 - By ORelio
|
||||
==================================================================
|
||||
|
||||
Thanks for dowloading Minecraft Console Client!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue