This commit is contained in:
Vitalij 2014-01-22 03:30:43 -08:00
parent 4adac0705c
commit d9976f3d8d

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));