| 1385 | |
| 1386 | |
| 1387 | int cProtocol125::ParseKeepAlive(void) |
| 1388 | { |
| 1389 | HANDLE_PACKET_READ(ReadBEInt, int, KeepAliveID); |
| 1390 | m_Client->HandleKeepAlive(KeepAliveID); |
| 1391 | return PARSE_OK; |
| 1392 | } |
| 1393 | |
| 1394 | |
| 1395 |
nothing calls this directly
no test coverage detected