mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
First attempt at Realms list retrieval
> See #51 - Realms Support + Catch exception while retrieving player head
This commit is contained in:
parent
6dd003d04c
commit
5654871a57
3 changed files with 65 additions and 19 deletions
|
|
@ -210,7 +210,7 @@ namespace MinecraftClient
|
|||
/// </summary>
|
||||
/// <param name="text">Text to send to the server</param>
|
||||
/// <returns>True if the text was sent with no error</returns>
|
||||
new public bool SendText(object text)
|
||||
public bool SendText(object text)
|
||||
{
|
||||
bool result = base.SendText(text is string ? (string)text : text.ToString());
|
||||
tickHandler.WaitOne();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue