Fix for kick messages : now decoded from Json

This commit is contained in:
ORelio 2014-01-10 13:18:29 +01:00
parent 30cbc85850
commit d012905b65
2 changed files with 4 additions and 13 deletions

View file

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