Add 1.8.4 in supported version list

+ minor fixes to ConsoleIO
This commit is contained in:
ORelio 2015-05-13 10:59:46 +02:00
parent 33b84584aa
commit 834e446a74
3 changed files with 5 additions and 4 deletions

View file

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