Fix AutoDig

This commit is contained in:
BruceChen 2022-11-01 16:37:50 +08:00
parent d7471e3741
commit e954801a0d
5 changed files with 55 additions and 24 deletions

View file

@ -5649,6 +5649,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Temporary fix for Badpacket issue on some servers..
/// </summary>
internal static string config_Main_Advanced_temporary_fix_badpacket {
get {
return ResourceManager.GetString("config.Main.Advanced.temporary_fix_badpacket", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use &quot;none&quot;, &quot;bit_4&quot;, &quot;bit_8&quot; or &quot;bit_24&quot;. This can be checked by opening the debug log..
/// </summary>