mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade protocol to 1.19.3
This commit is contained in:
parent
f3b50738f1
commit
657fc6117b
4 changed files with 41 additions and 32 deletions
|
|
@ -44,7 +44,7 @@ namespace MinecraftClient
|
|||
|
||||
public const string Version = MCHighestVersion;
|
||||
public const string MCLowestVersion = "1.4.6";
|
||||
public const string MCHighestVersion = "1.19.2";
|
||||
public const string MCHighestVersion = "1.19.3";
|
||||
public static readonly string? BuildInfo = null;
|
||||
|
||||
private static Tuple<Thread, CancellationTokenSource>? offlinePrompt = null;
|
||||
|
|
@ -621,6 +621,10 @@ namespace MinecraftClient
|
|||
{
|
||||
HandleFailure(Translations.error_unsupported, true);
|
||||
}
|
||||
catch (NotImplementedException)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (Exception) { }
|
||||
}
|
||||
else HandleFailure(Translations.error_determine, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue