Fix 1.19.3 message signature issue

This commit is contained in:
BruceChen 2023-01-29 22:39:11 +08:00
parent 8cdd32a52a
commit 3735cab9dd
5 changed files with 52 additions and 16 deletions

View file

@ -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;