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

Method ClientMovedToWorld

src/Server.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157void cServer::ClientMovedToWorld(const cClientHandle * a_Client)
158{
159 cCSLock Lock(m_CSClients);
160 m_ClientsToRemove.push_back(const_cast<cClientHandle *>(a_Client));
161}
162
163
164

Callers 1

ServerTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected