mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
add packet debug toggle
This commit is contained in:
parent
e744ff206b
commit
98d4781d2c
8 changed files with 66 additions and 13 deletions
|
|
@ -1532,6 +1532,15 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show low-level packet debug logs..
|
||||
/// </summary>
|
||||
internal static string Logging_PacketDebugMessages {
|
||||
get {
|
||||
return ResourceManager.GetString("Logging.PacketDebugMessages", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show error messages..
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue