mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Formatted the code and removed logs from Auto Attack
This commit is contained in:
parent
a4ff7ae438
commit
c6ca3dc13d
117 changed files with 602 additions and 585 deletions
|
|
@ -758,9 +758,9 @@ namespace MinecraftClient
|
|||
|
||||
[TomlInlineComment("$Main.General.AuthlibUser$")]
|
||||
public string AuthUser = "";
|
||||
|
||||
|
||||
public enum LoginType { mojang, microsoft,yggdrasil };
|
||||
|
||||
public enum LoginType { mojang, microsoft, yggdrasil };
|
||||
|
||||
public enum LoginMethod { mcc, browser };
|
||||
}
|
||||
|
|
@ -770,7 +770,7 @@ namespace MinecraftClient
|
|||
{
|
||||
[TomlInlineComment("$Main.Advanced.enable_sentry$")]
|
||||
public bool EnableSentry = true;
|
||||
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.language$")]
|
||||
public string Language = "en_us";
|
||||
|
||||
|
|
@ -1515,7 +1515,7 @@ namespace MinecraftClient
|
|||
string varname = var_name.ToString();
|
||||
string varname_lower = Settings.ToLowerIfNeed(varname);
|
||||
i = i + varname.Length + 1;
|
||||
|
||||
|
||||
if (TryGetReadOnlyVar(varname_lower, out object? readOnlyVar))
|
||||
{
|
||||
result.Append(readOnlyVar.ToString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue