mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
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:
parent
61907833bf
commit
6e841f11aa
3 changed files with 186 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue