| 1748 | |
| 1749 | |
| 1750 | void cProtocol172::HandlePacketKeepAlive(cByteBuffer & a_ByteBuffer) |
| 1751 | { |
| 1752 | HANDLE_READ(a_ByteBuffer, ReadBEInt, int, KeepAliveID); |
| 1753 | m_Client->HandleKeepAlive(KeepAliveID); |
| 1754 | } |
| 1755 | |
| 1756 | |
| 1757 |
nothing calls this directly
no test coverage detected