mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
1.19.3 Chat command signing support & Update chat paser
This commit is contained in:
parent
fe0b268878
commit
0ce9690778
6 changed files with 164 additions and 103 deletions
|
|
@ -119,7 +119,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
case 0x02: ReadData(1); ReadNextString(); ReadNextString(); ReadData(4); break;
|
||||
case 0x03:
|
||||
string message = ReadNextString();
|
||||
handler.OnTextReceived(new ChatMessage(message, protocolversion >= 72, 0, Guid.Empty)); break;
|
||||
handler.OnTextReceived(new ChatMessage(message, null, protocolversion >= 72, -1, Guid.Empty)); break;
|
||||
case 0x04: ReadData(16); break;
|
||||
case 0x05: ReadData(6); ReadNextItemSlot(); break;
|
||||
case 0x06: ReadData(12); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue