mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Merge branch 'master' of https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev
This commit is contained in:
commit
206a5f1e72
11 changed files with 530 additions and 85 deletions
|
|
@ -602,7 +602,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
bool lastVerifyResult = player.IsMessageChainLegal();
|
||||
verifyResult = player.VerifyMessageHead(ref precedingSignature, ref headerSignature, ref bodyDigest);
|
||||
if (lastVerifyResult && !verifyResult)
|
||||
log.Warn("Player " + player.Name + "'s message chain is broken!");
|
||||
log.Warn(Translations.Get("chat.message_chain_broken", player.Name));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue