mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
https://github.com/ORelio/Minecraft-Console-Client/issues/525: general 1.13 support (v393 protocol). Note that terrainandmovements might cause some issues
This commit is contained in:
parent
a92d023450
commit
aad3d8b2ef
6 changed files with 251 additions and 33 deletions
|
|
@ -23,7 +23,7 @@ namespace MinecraftClient
|
|||
|
||||
public const string Version = MCHighestVersion;
|
||||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.12.2";
|
||||
public const string MCHighestVersion = "1.13";
|
||||
public static readonly string BuildInfo = null;
|
||||
|
||||
private static Thread offlinePrompt = null;
|
||||
|
|
@ -289,7 +289,7 @@ namespace MinecraftClient
|
|||
/// <summary>
|
||||
/// Disconnect the current client from the server and restart it
|
||||
/// </summary>
|
||||
/// <param name="delay">Optional delay, in seconds, before restarting</param>
|
||||
/// <param name="delaySeconds">Optional delay, in seconds, before restarting</param>
|
||||
public static void Restart(int delaySeconds = 0)
|
||||
{
|
||||
new Thread(new ThreadStart(delegate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue