Merge branch 'MCCTeam:master' into master

This commit is contained in:
Anon 2022-06-28 10:43:13 +00:00 committed by GitHub
commit 3ea109b330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1154 additions and 384 deletions

View file

@ -36,7 +36,7 @@ namespace MinecraftClient
public const string Version = MCHighestVersion;
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.18.1";
public const string MCHighestVersion = "1.18.2";
public static readonly string BuildInfo = null;
private static Thread offlinePrompt = null;