First attempt at Realms list retrieval

> See #51 - Realms Support
+ Catch exception while retrieving player head
This commit is contained in:
ORelio 2015-11-27 16:52:41 +01:00
parent 6dd003d04c
commit 5654871a57
3 changed files with 65 additions and 19 deletions

View file

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