mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix 1.19.3 message signature issue
This commit is contained in:
parent
8cdd32a52a
commit
3735cab9dd
5 changed files with 52 additions and 16 deletions
|
|
@ -705,7 +705,7 @@ namespace MinecraftClient
|
|||
public bool SignMessageInCommand = true;
|
||||
|
||||
[TomlInlineComment("$Signature.MarkLegallySignedMsg$")]
|
||||
public bool MarkLegallySignedMsg = false;
|
||||
public bool MarkLegallySignedMsg = true;
|
||||
|
||||
[TomlInlineComment("$Signature.MarkModifiedMsg$")]
|
||||
public bool MarkModifiedMsg = true;
|
||||
|
|
@ -714,7 +714,7 @@ namespace MinecraftClient
|
|||
public bool MarkIllegallySignedMsg = true;
|
||||
|
||||
[TomlInlineComment("$Signature.MarkSystemMessage$")]
|
||||
public bool MarkSystemMessage = false;
|
||||
public bool MarkSystemMessage = true;
|
||||
|
||||
[TomlInlineComment("$Signature.ShowModifiedChat$")]
|
||||
public bool ShowModifiedChat = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue