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:
copilot-swe-agent[bot] 2026-04-15 20:51:35 +00:00 committed by GitHub
parent 4dbce45676
commit e564da3e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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