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

Method HandleUnmount

src/ClientHandle.cpp:1505–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503
1504
1505void cClientHandle::HandleUnmount(void)
1506{
1507 if (m_Player == NULL)
1508 {
1509 return;
1510 }
1511 m_Player->Detach();
1512}
1513
1514
1515

Callers 2

ParseSteerVehicleMethod · 0.80

Calls 1

DetachMethod · 0.45

Tested by

no test coverage detected