mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
chore: document code-of-conduct payload read
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/672da423-8a3f-412e-833d-a50c9a605b9d Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
4dbce45676
commit
e564da3e09
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
break;
|
||||
|
||||
case ConfigurationPacketTypesIn.CodeOfConduct:
|
||||
dataTypes.ReadNextString(packetData);
|
||||
dataTypes.ReadNextString(packetData); // Code of conduct text
|
||||
SendPacket(ConfigurationPacketTypesOut.AcceptCodeOfConduct, new List<byte>());
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue