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

Method RemoveClient

src/ChunkMap.cpp:2776–2785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2774
2775
2776void cChunkMap::cChunkLayer::RemoveClient(cClientHandle * a_Client)
2777{
2778 for (size_t i = 0; i < ARRAYCOUNT(m_Chunks); i++)
2779 {
2780 if (m_Chunks[i] != NULL)
2781 {
2782 m_Chunks[i]->RemoveClient(a_Client);
2783 }
2784 } // for i - m_Chunks[]
2785}
2786
2787
2788

Callers 2

RemoveChunkClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected