Add 1.8.5 - 1.8.7 as supported versions

+ Improve wording: answer -> respon[d|se]
This commit is contained in:
ORelio 2015-06-19 18:42:24 +02:00
parent c957ed0efd
commit a7f0897f09
3 changed files with 6 additions and 3 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.4 - v" + Version + " - By ORelio & Contributors");
Console.WriteLine("Console Client for MC 1.4.6 to 1.8.7 - v" + Version + " - By ORelio & Contributors");
//Basic Input/Output ?
if (args.Length >= 1 && args[args.Length - 1] == "BasicIO")