mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Word fix
This commit is contained in:
parent
4adac0705c
commit
d9976f3d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue