| 1557 | |
| 1558 | |
| 1559 | int cProtocol125::ParseSlotSelected(void) |
| 1560 | { |
| 1561 | HANDLE_PACKET_READ(ReadBEShort, short, SlotNum); |
| 1562 | m_Client->HandleSlotSelected(SlotNum); |
| 1563 | return PARSE_OK; |
| 1564 | } |
| 1565 | |
| 1566 | |
| 1567 |
nothing calls this directly
no test coverage detected