Last changes for 1.8.0 Beta release

Update sample script
Update Readme file and add it to repository
Update version numbers and fix missing field in Program
This commit is contained in:
ORelio 2014-08-20 23:31:47 +02:00
parent 61907833bf
commit 6e841f11aa
3 changed files with 186 additions and 9 deletions

View file

@ -14,11 +14,12 @@ namespace MinecraftClient
/// This source code is released under the CDDL 1.0 License.
/// </summary>
class Program
static class Program
{
private static McTcpClient Client;
public static string[] startupargs;
public const string Version = "1.8.0-Indev";
public const string Version = "1.8.0 Beta";
private static Thread offlinePrompt = null;
/// <summary>
/// The main entry point of Minecraft Console Client