mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix AutoDig
This commit is contained in:
parent
d7471e3741
commit
e954801a0d
5 changed files with 55 additions and 24 deletions
|
|
@ -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 "none", "bit_4", "bit_8" or "bit_24". This can be checked by opening the debug log..
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue