Merge pull request #33 from Aragas/patch-1

Indeed. Never noticed.
This commit is contained in:
ORelio 2014-01-22 07:07:08 -08:00
commit 9498b4bff9

View file

@ -103,7 +103,7 @@ namespace MinecraftClient
}
else
{
Console.WriteLine("Server was successfuly joined.\nType '/quit' to leave the server.");
Console.WriteLine("Server was successfully joined.\nType '/quit' to leave the server.");
//Command sending thread, allowing user input
t_sender = new Thread(new ThreadStart(StartTalk));