| 2623 | |
| 2624 | |
| 2625 | void cClientHandle::PacketError(unsigned char a_PacketType) |
| 2626 | { |
| 2627 | LOGERROR("Protocol error while parsing packet type 0x%02x; disconnecting client \"%s\"", a_PacketType, m_Username.c_str()); |
| 2628 | SendDisconnect("Protocol error"); |
| 2629 | Destroy(); |
| 2630 | } |
| 2631 | |
| 2632 | |
| 2633 |
no test coverage detected