MCPcopy Create free account
hub / github.com/cuberite/cuberite / ParseKeepAlive

Method ParseKeepAlive

src/Protocol/Protocol125.cpp:1387–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385
1386
1387int cProtocol125::ParseKeepAlive(void)
1388{
1389 HANDLE_PACKET_READ(ReadBEInt, int, KeepAliveID);
1390 m_Client->HandleKeepAlive(KeepAliveID);
1391 return PARSE_OK;
1392}
1393
1394
1395

Callers

nothing calls this directly

Calls 1

HandleKeepAliveMethod · 0.80

Tested by

no test coverage detected