mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
0ce9690778
commit
052060b23c
4 changed files with 44 additions and 21 deletions
|
|
@ -58,7 +58,7 @@ namespace MinecraftClient.Protocol.Keys
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verify message - 1.19.1 and above
|
||||
/// Verify message - 1.19.1 and 1.19.2
|
||||
/// </summary>
|
||||
/// <param name="message">Message content</param>
|
||||
/// <param name="uuid">Sender uuid</param>
|
||||
|
|
@ -79,7 +79,7 @@ namespace MinecraftClient.Protocol.Keys
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verify message head - 1.19.1 and above
|
||||
/// Verify message head - 1.19.1 and 1.19.2
|
||||
/// </summary>
|
||||
/// <param name="bodyDigest">Message body hash</param>
|
||||
/// <param name="signature">Message signature</param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue