Add 1.8.8 as supported version

This commit is contained in:
ORelio 2015-07-30 12:37:29 +02:00
parent 80b44228f8
commit 729960d4a3
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ namespace MinecraftClient
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.7 - v" + Version + " - By ORelio & Contributors"); Console.WriteLine("Console Client for MC 1.4.6 to 1.8.8 - v" + Version + " - By ORelio & Contributors");
//Basic Input/Output ? //Basic Input/Output ?
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO") if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")

View file

@ -121,6 +121,7 @@ namespace MinecraftClient.Protocol
case "1.8.5": case "1.8.5":
case "1.8.6": case "1.8.6":
case "1.8.7": case "1.8.7":
case "1.8.8":
return 47; return 47;
default: default:
return 0; return 0;