mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Minor spelling mistake
Noticed it while starting the client, got on my nerves fairly quickly.
This commit is contained in:
parent
474aee3e55
commit
e49260bbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ namespace MinecraftClient
|
||||||
}
|
}
|
||||||
else
|
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
|
//Command sending thread, allowing user input
|
||||||
t_sender = new Thread(new ThreadStart(StartTalk));
|
t_sender = new Thread(new ThreadStart(StartTalk));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue